Shades of Green #0D6B06
Tints of Green #0D6B06
RGB
CMYK
RGB Variations
Color information
#0D6B06 (or 0x0D6B06) is known color: Green. HEX triplet: 0D, 6B and 06. RGB value is (13,107,6). Sum of RGB (Red+Green+Blue) = 13+107+6=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 107 (42.19% from 255 or 84.92% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6B06 is #F294F9. Grayscale: #434343. Windows color (decimal): -15897850 or 420621. OLE color: 420621.
HSL color Cylindrical-coordinate representation of color #0D6B06: hue angle of 115.84º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6B06 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 107 | 6 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.58 |
| HSL | 115.84º | 0.89% | 0.22% | - |
| HSV(B) | 115.84º | 0.94% | 0.42% | - |
| XYZ | 5.46 | 10.61 | 1.93 | - |
| YUV | 67.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 6 | 0.88 | 0 | 0.94 | 0.58 | 115.84 | 0.89 | 0.22 |
| Hex | D | 6B | 6 | 58 | 0 | 5E | 3A | 74 | 59 | 16 |
| Octal | 15 | 153 | 6 | 130 | 0 | 136 | 72 | 164 | 131 | 26 |
| Binary | 1101 | 1101011 | 110 | 1011000 | 0 | 1011110 | 111010 | 1110100 | 1011001 | 10110 |
Color Harmonies of #0D6B06
Complementary color
Monochromatic Colors of #0D6B06
Black with #0D6B06
Text Example
Text Example
White with #0D6B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6B06; }
p { color: rgb(13,107,6); }
H1.HeaderClassName
{
color: #0D6B06;
}
.AnyTagClassName
{
color: #0D6B06;
}
</style>
background-color css
<style>
a { background-color: #0D6B06; }
a { background-color: rgb(13,107,6); }
div.DivClassName
{
background-color: #0D6B06;
}
.BgClassName
{
background-color: #0D6B06;
}
</style>
border-color css
<style>
span { border-color: #0D6B06; }
span { border-color: rgb(13,107,6); }
td.TdClassName
{
border-color: #0D6B06;
}
.TagClassName
{
border-color: #0D6B06;
}
</style>