#0D6F3B

Color #0D6F3B Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0D6F3B

Tints of Jewel #0D6F3B

Color information

#0D6F3B (or 0x0D6F3B) is unknown color: approx Jewel. HEX triplet: 0D, 6F and 3B. RGB value is (13,111,59). Sum of RGB (Red+Green+Blue) = 13+111+59=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6F3B is #F290C4. Grayscale: #4B4B4B. Windows color (decimal): -15896773 or 3895053. OLE color: 3895053.

HSL color Cylindrical-coordinate representation of color #0D6F3B: hue angle of 148.16º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F3B is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1311159-
CMYK0.8800.470.56
HSL148.16º79.03%24.31%-
HSV(B)148.16º88.29%43.53%-
XYZ6.6411.776.06-
YUV75.77118.5383.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 7.10%
GREEN value IS 111 (43.75% from 255) = 60.66%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=7.10%
G=60.66%
B=32.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13111590.8800.470.56148.1679.0324.31
HexD6F3B5802F38944f18
Octal15157731300577022411730
Binary110111011111110111011000010111111100010010100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D6F3B; }

 p { color: rgb(13,111,59); }

 H1.HeaderClassName
 {
   color: #0D6F3B;
 }
 .AnyTagClassName
 {
   color: #0D6F3B;
 }
</style>
background-color css

<style>
 a { background-color: #0D6F3B; }

 a { background-color: rgb(13,111,59); }

 div.DivClassName
 {
   background-color: #0D6F3B;
 }
 .BgClassName
 {
   background-color: #0D6F3B;
 }
</style>
border-color css

<style>
 span { border-color: #0D6F3B; }

 span { border-color: rgb(13,111,59); }

 td.TdClassName
 {
   border-color: #0D6F3B;
 }
 .TagClassName
 {
   border-color: #0D6F3B;
 }
</style>