Shades of Green #0D710D
Tints of Green #0D710D
RGB
CMYK
RGB Variations
Color information
#0D710D (or 0x0D710D) is known color: Green. HEX triplet: 0D, 71 and 0D. RGB value is (13,113,13). Sum of RGB (Red+Green+Blue) = 13+113+13=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #0D710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D710D is #F28EF2. Grayscale: #484848. Windows color (decimal): -15896307 or 880909. OLE color: 880909.
HSL color Cylindrical-coordinate representation of color #0D710D: hue angle of 120º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D710D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 13 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.56 |
| HSL | 120º | 0.79% | 0.25% | - |
| HSV(B) | 120º | 0.88% | 0.44% | - |
| XYZ | 6.14 | 11.92 | 2.36 | - |
| YUV | 71.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 13 | 0.88 | 0 | 0.88 | 0.56 | 120 | 0.79 | 0.25 |
| Hex | D | 71 | D | 58 | 0 | 58 | 38 | 78 | 4F | 19 |
| Octal | 15 | 161 | 15 | 130 | 0 | 130 | 70 | 170 | 117 | 31 |
| Binary | 1101 | 1110001 | 1101 | 1011000 | 0 | 1011000 | 111000 | 1111000 | 1001111 | 11001 |
Color Harmonies of #0D710D
Complementary color
Monochromatic Colors of #0D710D
Black with #0D710D
Text Example
Text Example
White with #0D710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D710D; }
p { color: rgb(13,113,13); }
H1.HeaderClassName
{
color: #0D710D;
}
.AnyTagClassName
{
color: #0D710D;
}
</style>
background-color css
<style>
a { background-color: #0D710D; }
a { background-color: rgb(13,113,13); }
div.DivClassName
{
background-color: #0D710D;
}
.BgClassName
{
background-color: #0D710D;
}
</style>
border-color css
<style>
span { border-color: #0D710D; }
span { border-color: rgb(13,113,13); }
td.TdClassName
{
border-color: #0D710D;
}
.TagClassName
{
border-color: #0D710D;
}
</style>