Shades of Green #00710B
Tints of Green #00710B
RGB
CMYK
RGB Variations
Color information
#00710B (or 0x00710B) is known color: Green. HEX triplet: 00, 71 and 0B. RGB value is (0,113,11). Sum of RGB (Red+Green+Blue) = 0+113+11=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 113 (44.53% from 255 or 91.13% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 113 - color contains mainly: green. Hex color #00710B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00710B is #FF8EF4. Grayscale: #434343. Windows color (decimal): -16748277 or 749824. OLE color: 749824.
HSL color Cylindrical-coordinate representation of color #00710B: hue angle of 125.84º 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 #00710B is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 11 | - |
| CMYK | 1 | 0 | 0.90 | 0.56 |
| HSL | 125.84º | 1% | 0.22% | - |
| HSV(B) | 125.84º | 1% | 0.44% | - |
| XYZ | 5.97 | 11.83 | 2.29 | - |
| YUV | 67.59 | 96.06 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 11 | 1 | 0 | 0.90 | 0.56 | 125.84 | 1 | 0.22 |
| Hex | 0 | 71 | B | 64 | 0 | 5A | 38 | 7E | 64 | 16 |
| Octal | 0 | 161 | 13 | 144 | 0 | 132 | 70 | 176 | 144 | 26 |
| Binary | 0 | 1110001 | 1011 | 1100100 | 0 | 1011010 | 111000 | 1111110 | 1100100 | 10110 |
Color Harmonies of #00710B
Complementary color
Monochromatic Colors of #00710B
Black with #00710B
Text Example
Text Example
White with #00710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00710B; }
p { color: rgb(0,113,11); }
H1.HeaderClassName
{
color: #00710B;
}
.AnyTagClassName
{
color: #00710B;
}
</style>
background-color css
<style>
a { background-color: #00710B; }
a { background-color: rgb(0,113,11); }
div.DivClassName
{
background-color: #00710B;
}
.BgClassName
{
background-color: #00710B;
}
</style>
border-color css
<style>
span { border-color: #00710B; }
span { border-color: rgb(0,113,11); }
td.TdClassName
{
border-color: #00710B;
}
.TagClassName
{
border-color: #00710B;
}
</style>