#0D6B08

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

Shades of Green #0D6B08

Tints of Green #0D6B08

Color information

#0D6B08 (or 0x0D6B08) is unknown color: approx Green. HEX triplet: 0D, 6B and 08. RGB value is (13,107,8). Sum of RGB (Red+Green+Blue) = 13+107+8=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 107 (42.19% from 255 or 83.59% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6B08 is #F294F7. Grayscale: #434343. Windows color (decimal): -15897848 or 551693. OLE color: 551693.

HSL color Cylindrical-coordinate representation of color #0D6B08: hue angle of 116.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6B08 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB131078-
CMYK0.8800.930.58
HSL116.97º86.09%22.55%-
HSV(B)116.97º92.52%41.96%-
XYZ5.4710.621.99-
YUV67.6194.3689.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 107 (42.19% from 255) = 83.59%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=10.16%
G=83.59%
B=6.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1310780.8800.930.58116.9786.0922.55
HexD6B85805D3A755617
Octal151531013001357216512627
Binary1101110101110001011000010111011110101110101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,107,8); }

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

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

 a { background-color: rgb(13,107,8); }

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

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

 span { border-color: rgb(13,107,8); }

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