Shades of Green #0D6111
Tints of Green #0D6111
RGB
CMYK
RGB Variations
Color information
#0D6111 (or 0x0D6111) is known color: Green. HEX triplet: 0D, 61 and 11. RGB value is (13,97,17). Sum of RGB (Red+Green+Blue) = 13+97+17=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6111 is #F29EEE. Grayscale: #3E3E3E. Windows color (decimal): -15900399 or 1138957. OLE color: 1138957.
HSL color Cylindrical-coordinate representation of color #0D6111: hue angle of 122.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6111 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 17 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.62 |
| HSL | 122.86º | 0.76% | 0.22% | - |
| HSV(B) | 122.86º | 0.87% | 0.38% | - |
| XYZ | 4.54 | 8.68 | 1.97 | - |
| YUV | 62.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 17 | 0.87 | 0 | 0.82 | 0.62 | 122.86 | 0.76 | 0.22 |
| Hex | D | 61 | 11 | 57 | 0 | 52 | 3E | 7B | 4C | 16 |
| Octal | 15 | 141 | 21 | 127 | 0 | 122 | 76 | 173 | 114 | 26 |
| Binary | 1101 | 1100001 | 10001 | 1010111 | 0 | 1010010 | 111110 | 1111011 | 1001100 | 10110 |
Color Harmonies of #0D6111
Complementary color
Monochromatic Colors of #0D6111
Black with #0D6111
Text Example
Text Example
White with #0D6111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6111; }
p { color: rgb(13,97,17); }
H1.HeaderClassName
{
color: #0D6111;
}
.AnyTagClassName
{
color: #0D6111;
}
</style>
background-color css
<style>
a { background-color: #0D6111; }
a { background-color: rgb(13,97,17); }
div.DivClassName
{
background-color: #0D6111;
}
.BgClassName
{
background-color: #0D6111;
}
</style>
border-color css
<style>
span { border-color: #0D6111; }
span { border-color: rgb(13,97,17); }
td.TdClassName
{
border-color: #0D6111;
}
.TagClassName
{
border-color: #0D6111;
}
</style>