Shades of Green #0D6B08
Tints of Green #0D6B08
RGB
CMYK
RGB Variations
Color information
#0D6B08 (or 0x0D6B08) is known color: 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
| RGB | 13 | 107 | 8 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.58 |
| HSL | 116.97º | 0.86% | 0.23% | - |
| HSV(B) | 116.97º | 0.93% | 0.42% | - |
| XYZ | 5.47 | 10.62 | 1.99 | - |
| YUV | 67.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 8 | 0.88 | 0 | 0.93 | 0.58 | 116.97 | 0.86 | 0.23 |
| Hex | D | 6B | 8 | 58 | 0 | 5D | 3A | 75 | 56 | 17 |
| Octal | 15 | 153 | 10 | 130 | 0 | 135 | 72 | 165 | 126 | 27 |
| Binary | 1101 | 1101011 | 1000 | 1011000 | 0 | 1011101 | 111010 | 1110101 | 1010110 | 10111 |
Color Harmonies of #0D6B08
Complementary color
Monochromatic Colors of #0D6B08
Black with #0D6B08
Text Example
Text Example
White with #0D6B08
Text Example
Text Example
HTML Codes & Css Web 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>