Shades of Green #00711B
Tints of Green #00711B
RGB
CMYK
RGB Variations
Color information
#00711B (or 0x00711B) is known color: Green. HEX triplet: 00, 71 and 1B. RGB value is (0,113,27). Sum of RGB (Red+Green+Blue) = 0+113+27=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 113 (44.53% from 255 or 80.71% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 113 - color contains mainly: green. Hex color #00711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00711B is #FF8EE4. Grayscale: #454545. Windows color (decimal): -16748261 or 1798400. OLE color: 1798400.
HSL color Cylindrical-coordinate representation of color #00711B: hue angle of 134.34º 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 #00711B is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 27 | - |
| CMYK | 1 | 0 | 0.76 | 0.56 |
| HSL | 134.34º | 1% | 0.22% | - |
| HSV(B) | 134.34º | 1% | 0.44% | - |
| XYZ | 6.1 | 11.89 | 3.01 | - |
| YUV | 69.41 | 104.06 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 27 | 1 | 0 | 0.76 | 0.56 | 134.34 | 1 | 0.22 |
| Hex | 0 | 71 | 1B | 64 | 0 | 4C | 38 | 86 | 64 | 16 |
| Octal | 0 | 161 | 33 | 144 | 0 | 114 | 70 | 206 | 144 | 26 |
| Binary | 0 | 1110001 | 11011 | 1100100 | 0 | 1001100 | 111000 | 10000110 | 1100100 | 10110 |
Color Harmonies of #00711B
Complementary color
Monochromatic Colors of #00711B
Black with #00711B
Text Example
Text Example
White with #00711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00711B; }
p { color: rgb(0,113,27); }
H1.HeaderClassName
{
color: #00711B;
}
.AnyTagClassName
{
color: #00711B;
}
</style>
background-color css
<style>
a { background-color: #00711B; }
a { background-color: rgb(0,113,27); }
div.DivClassName
{
background-color: #00711B;
}
.BgClassName
{
background-color: #00711B;
}
</style>
border-color css
<style>
span { border-color: #00711B; }
span { border-color: rgb(0,113,27); }
td.TdClassName
{
border-color: #00711B;
}
.TagClassName
{
border-color: #00711B;
}
</style>