Shades of Green #0D6011
Tints of Green #0D6011
RGB
CMYK
RGB Variations
Color information
#0D6011 (or 0x0D6011) is known color: Green. HEX triplet: 0D, 60 and 11. RGB value is (13,96,17). Sum of RGB (Red+Green+Blue) = 13+96+17=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6011 is #F29FEE. Grayscale: #3E3E3E. Windows color (decimal): -15900655 or 1138701. OLE color: 1138701.
HSL color Cylindrical-coordinate representation of color #0D6011: hue angle of 122.89º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D6011 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 96 | 17 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.62 |
| HSL | 122.89º | 0.76% | 0.21% | - |
| HSV(B) | 122.89º | 0.86% | 0.38% | - |
| XYZ | 4.45 | 8.49 | 1.93 | - |
| YUV | 62.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 17 | 0.86 | 0 | 0.82 | 0.62 | 122.89 | 0.76 | 0.21 |
| Hex | D | 60 | 11 | 56 | 0 | 52 | 3E | 7B | 4C | 15 |
| Octal | 15 | 140 | 21 | 126 | 0 | 122 | 76 | 173 | 114 | 25 |
| Binary | 1101 | 1100000 | 10001 | 1010110 | 0 | 1010010 | 111110 | 1111011 | 1001100 | 10101 |
Color Harmonies of #0D6011
Complementary color
Monochromatic Colors of #0D6011
Black with #0D6011
Text Example
Text Example
White with #0D6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6011; }
p { color: rgb(13,96,17); }
H1.HeaderClassName
{
color: #0D6011;
}
.AnyTagClassName
{
color: #0D6011;
}
</style>
background-color css
<style>
a { background-color: #0D6011; }
a { background-color: rgb(13,96,17); }
div.DivClassName
{
background-color: #0D6011;
}
.BgClassName
{
background-color: #0D6011;
}
</style>
border-color css
<style>
span { border-color: #0D6011; }
span { border-color: rgb(13,96,17); }
td.TdClassName
{
border-color: #0D6011;
}
.TagClassName
{
border-color: #0D6011;
}
</style>