Shades of Green #0D6C08
Tints of Green #0D6C08
RGB
CMYK
RGB Variations
Color information
#0D6C08 (or 0x0D6C08) is known color: Green. HEX triplet: 0D, 6C and 08. RGB value is (13,108,8). Sum of RGB (Red+Green+Blue) = 13+108+8=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 108 (42.58% from 255 or 83.72% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6C08 is #F293F7. Grayscale: #444444. Windows color (decimal): -15897592 or 551949. OLE color: 551949.
HSL color Cylindrical-coordinate representation of color #0D6C08: hue angle of 117º 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 #0D6C08 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 108 | 8 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.58 |
| HSL | 117º | 0.86% | 0.23% | - |
| HSV(B) | 117º | 0.93% | 0.42% | - |
| XYZ | 5.57 | 10.83 | 2.03 | - |
| YUV | 68.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 108 | 8 | 0.88 | 0 | 0.93 | 0.58 | 117 | 0.86 | 0.23 |
| Hex | D | 6C | 8 | 58 | 0 | 5D | 3A | 75 | 56 | 17 |
| Octal | 15 | 154 | 10 | 130 | 0 | 135 | 72 | 165 | 126 | 27 |
| Binary | 1101 | 1101100 | 1000 | 1011000 | 0 | 1011101 | 111010 | 1110101 | 1010110 | 10111 |
Color Harmonies of #0D6C08
Complementary color
Monochromatic Colors of #0D6C08
Black with #0D6C08
Text Example
Text Example
White with #0D6C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6C08; }
p { color: rgb(13,108,8); }
H1.HeaderClassName
{
color: #0D6C08;
}
.AnyTagClassName
{
color: #0D6C08;
}
</style>
background-color css
<style>
a { background-color: #0D6C08; }
a { background-color: rgb(13,108,8); }
div.DivClassName
{
background-color: #0D6C08;
}
.BgClassName
{
background-color: #0D6C08;
}
</style>
border-color css
<style>
span { border-color: #0D6C08; }
span { border-color: rgb(13,108,8); }
td.TdClassName
{
border-color: #0D6C08;
}
.TagClassName
{
border-color: #0D6C08;
}
</style>