Shades of Green #0D7516
Tints of Green #0D7516
RGB
CMYK
RGB Variations
Color information
#0D7516 (or 0x0D7516) is known color: Green. HEX triplet: 0D, 75 and 16. RGB value is (13,117,22). Sum of RGB (Red+Green+Blue) = 13+117+22=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7516 is #F28AE9. Grayscale: #4B4B4B. Windows color (decimal): -15895274 or 1471757. OLE color: 1471757.
HSL color Cylindrical-coordinate representation of color #0D7516: hue angle of 125.19º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7516 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 22 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.54 |
| HSL | 125.19º | 0.8% | 0.25% | - |
| HSV(B) | 125.19º | 0.89% | 0.46% | - |
| XYZ | 6.67 | 12.87 | 2.89 | - |
| YUV | 75.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 22 | 0.89 | 0 | 0.81 | 0.54 | 125.19 | 0.8 | 0.25 |
| Hex | D | 75 | 16 | 59 | 0 | 51 | 36 | 7D | 50 | 19 |
| Octal | 15 | 165 | 26 | 131 | 0 | 121 | 66 | 175 | 120 | 31 |
| Binary | 1101 | 1110101 | 10110 | 1011001 | 0 | 1010001 | 110110 | 1111101 | 1010000 | 11001 |
Color Harmonies of #0D7516
Complementary color
Monochromatic Colors of #0D7516
Black with #0D7516
Text Example
Text Example
White with #0D7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7516; }
p { color: rgb(13,117,22); }
H1.HeaderClassName
{
color: #0D7516;
}
.AnyTagClassName
{
color: #0D7516;
}
</style>
background-color css
<style>
a { background-color: #0D7516; }
a { background-color: rgb(13,117,22); }
div.DivClassName
{
background-color: #0D7516;
}
.BgClassName
{
background-color: #0D7516;
}
</style>
border-color css
<style>
span { border-color: #0D7516; }
span { border-color: rgb(13,117,22); }
td.TdClassName
{
border-color: #0D7516;
}
.TagClassName
{
border-color: #0D7516;
}
</style>