Shades of Green #0D6716
Tints of Green #0D6716
RGB
CMYK
RGB Variations
Color information
#0D6716 (or 0x0D6716) is known color: Green. HEX triplet: 0D, 67 and 16. RGB value is (13,103,22). Sum of RGB (Red+Green+Blue) = 13+103+22=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #0D6716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6716 is #F298E9. Grayscale: #434343. Windows color (decimal): -15898858 or 1468173. OLE color: 1468173.
HSL color Cylindrical-coordinate representation of color #0D6716: hue angle of 126º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6716 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 103 | 22 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.60 |
| HSL | 126º | 0.78% | 0.23% | - |
| HSV(B) | 126º | 0.87% | 0.4% | - |
| XYZ | 5.16 | 9.84 | 2.39 | - |
| YUV | 66.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 103 | 22 | 0.87 | 0 | 0.79 | 0.60 | 126 | 0.78 | 0.23 |
| Hex | D | 67 | 16 | 57 | 0 | 4F | 3C | 7E | 4E | 17 |
| Octal | 15 | 147 | 26 | 127 | 0 | 117 | 74 | 176 | 116 | 27 |
| Binary | 1101 | 1100111 | 10110 | 1010111 | 0 | 1001111 | 111100 | 1111110 | 1001110 | 10111 |
Color Harmonies of #0D6716
Complementary color
Monochromatic Colors of #0D6716
Black with #0D6716
Text Example
Text Example
White with #0D6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6716; }
p { color: rgb(13,103,22); }
H1.HeaderClassName
{
color: #0D6716;
}
.AnyTagClassName
{
color: #0D6716;
}
</style>
background-color css
<style>
a { background-color: #0D6716; }
a { background-color: rgb(13,103,22); }
div.DivClassName
{
background-color: #0D6716;
}
.BgClassName
{
background-color: #0D6716;
}
</style>
border-color css
<style>
span { border-color: #0D6716; }
span { border-color: rgb(13,103,22); }
td.TdClassName
{
border-color: #0D6716;
}
.TagClassName
{
border-color: #0D6716;
}
</style>