Shades of Green #0D6A08
Tints of Green #0D6A08
RGB
CMYK
RGB Variations
Color information
#0D6A08 (or 0x0D6A08) is known color: Green. HEX triplet: 0D, 6A and 08. RGB value is (13,106,8). Sum of RGB (Red+Green+Blue) = 13+106+8=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 106 (41.80% from 255 or 83.46% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6A08 is #F295F7. Grayscale: #434343. Windows color (decimal): -15898104 or 551437. OLE color: 551437.
HSL color Cylindrical-coordinate representation of color #0D6A08: hue angle of 116.94º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D6A08 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 106 | 8 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.58 |
| HSL | 116.94º | 0.86% | 0.22% | - |
| HSV(B) | 116.94º | 0.92% | 0.42% | - |
| XYZ | 5.36 | 10.41 | 1.96 | - |
| YUV | 67.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 8 | 0.88 | 0 | 0.92 | 0.58 | 116.94 | 0.86 | 0.22 |
| Hex | D | 6A | 8 | 58 | 0 | 5C | 3A | 75 | 56 | 16 |
| Octal | 15 | 152 | 10 | 130 | 0 | 134 | 72 | 165 | 126 | 26 |
| Binary | 1101 | 1101010 | 1000 | 1011000 | 0 | 1011100 | 111010 | 1110101 | 1010110 | 10110 |
Color Harmonies of #0D6A08
Complementary color
Monochromatic Colors of #0D6A08
Black with #0D6A08
Text Example
Text Example
White with #0D6A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6A08; }
p { color: rgb(13,106,8); }
H1.HeaderClassName
{
color: #0D6A08;
}
.AnyTagClassName
{
color: #0D6A08;
}
</style>
background-color css
<style>
a { background-color: #0D6A08; }
a { background-color: rgb(13,106,8); }
div.DivClassName
{
background-color: #0D6A08;
}
.BgClassName
{
background-color: #0D6A08;
}
</style>
border-color css
<style>
span { border-color: #0D6A08; }
span { border-color: rgb(13,106,8); }
td.TdClassName
{
border-color: #0D6A08;
}
.TagClassName
{
border-color: #0D6A08;
}
</style>