Shades of Green #00710D
Tints of Green #00710D
RGB
CMYK
RGB Variations
Color information
#00710D (or 0x00710D) is known color: Green. HEX triplet: 00, 71 and 0D. RGB value is (0,113,13). Sum of RGB (Red+Green+Blue) = 0+113+13=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 113 (44.53% from 255 or 89.68% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 113 - color contains mainly: green. Hex color #00710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00710D is #FF8EF2. Grayscale: #444444. Windows color (decimal): -16748275 or 880896. OLE color: 880896.
HSL color Cylindrical-coordinate representation of color #00710D: hue angle of 126.9º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00710D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 13 | - |
| CMYK | 1 | 0 | 0.88 | 0.56 |
| HSL | 126.9º | 1% | 0.22% | - |
| HSV(B) | 126.9º | 1% | 0.44% | - |
| XYZ | 5.98 | 11.84 | 2.35 | - |
| YUV | 67.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 13 | 1 | 0 | 0.88 | 0.56 | 126.9 | 1 | 0.22 |
| Hex | 0 | 71 | D | 64 | 0 | 58 | 38 | 7F | 64 | 16 |
| Octal | 0 | 161 | 15 | 144 | 0 | 130 | 70 | 177 | 144 | 26 |
| Binary | 0 | 1110001 | 1101 | 1100100 | 0 | 1011000 | 111000 | 1111111 | 1100100 | 10110 |
Color Harmonies of #00710D
Complementary color
Monochromatic Colors of #00710D
Black with #00710D
Text Example
Text Example
White with #00710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00710D; }
p { color: rgb(0,113,13); }
H1.HeaderClassName
{
color: #00710D;
}
.AnyTagClassName
{
color: #00710D;
}
</style>
background-color css
<style>
a { background-color: #00710D; }
a { background-color: rgb(0,113,13); }
div.DivClassName
{
background-color: #00710D;
}
.BgClassName
{
background-color: #00710D;
}
</style>
border-color css
<style>
span { border-color: #00710D; }
span { border-color: rgb(0,113,13); }
td.TdClassName
{
border-color: #00710D;
}
.TagClassName
{
border-color: #00710D;
}
</style>