Shades of Green #0D710B
Tints of Green #0D710B
RGB
CMYK
RGB Variations
Color information
#0D710B (or 0x0D710B) is known color: Green. HEX triplet: 0D, 71 and 0B. RGB value is (13,113,11). Sum of RGB (Red+Green+Blue) = 13+113+11=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 113 (44.53% from 255 or 82.48% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 113 - color contains mainly: green. Hex color #0D710B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D710B is #F28EF4. Grayscale: #474747. Windows color (decimal): -15896309 or 749837. OLE color: 749837.
HSL color Cylindrical-coordinate representation of color #0D710B: hue angle of 118.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D710B is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 11 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.56 |
| HSL | 118.82º | 0.82% | 0.24% | - |
| HSV(B) | 118.82º | 0.9% | 0.44% | - |
| XYZ | 6.13 | 11.92 | 2.29 | - |
| YUV | 71.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 11 | 0.88 | 0 | 0.90 | 0.56 | 118.82 | 0.82 | 0.24 |
| Hex | D | 71 | B | 58 | 0 | 5A | 38 | 77 | 52 | 18 |
| Octal | 15 | 161 | 13 | 130 | 0 | 132 | 70 | 167 | 122 | 30 |
| Binary | 1101 | 1110001 | 1011 | 1011000 | 0 | 1011010 | 111000 | 1110111 | 1010010 | 11000 |
Color Harmonies of #0D710B
Complementary color
Monochromatic Colors of #0D710B
Black with #0D710B
Text Example
Text Example
White with #0D710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D710B; }
p { color: rgb(13,113,11); }
H1.HeaderClassName
{
color: #0D710B;
}
.AnyTagClassName
{
color: #0D710B;
}
</style>
background-color css
<style>
a { background-color: #0D710B; }
a { background-color: rgb(13,113,11); }
div.DivClassName
{
background-color: #0D710B;
}
.BgClassName
{
background-color: #0D710B;
}
</style>
border-color css
<style>
span { border-color: #0D710B; }
span { border-color: rgb(13,113,11); }
td.TdClassName
{
border-color: #0D710B;
}
.TagClassName
{
border-color: #0D710B;
}
</style>