Shades of Green #00711C
Tints of Green #00711C
RGB
CMYK
RGB Variations
Color information
#00711C (or 0x00711C) is known color: Green. HEX triplet: 00, 71 and 1C. RGB value is (0,113,28). Sum of RGB (Red+Green+Blue) = 0+113+28=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 113 (44.53% from 255 or 80.14% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 113 - color contains mainly: green. Hex color #00711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00711C is #FF8EE3. Grayscale: #454545. Windows color (decimal): -16748260 or 1863936. OLE color: 1863936.
HSL color Cylindrical-coordinate representation of color #00711C: hue angle of 134.87º 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 #00711C is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 28 | - |
| CMYK | 1 | 0 | 0.75 | 0.56 |
| HSL | 134.87º | 1% | 0.22% | - |
| HSV(B) | 134.87º | 1% | 0.44% | - |
| XYZ | 6.11 | 11.89 | 3.07 | - |
| YUV | 69.52 | 104.56 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 28 | 1 | 0 | 0.75 | 0.56 | 134.87 | 1 | 0.22 |
| Hex | 0 | 71 | 1C | 64 | 0 | 4B | 38 | 87 | 64 | 16 |
| Octal | 0 | 161 | 34 | 144 | 0 | 113 | 70 | 207 | 144 | 26 |
| Binary | 0 | 1110001 | 11100 | 1100100 | 0 | 1001011 | 111000 | 10000111 | 1100100 | 10110 |
Color Harmonies of #00711C
Complementary color
Monochromatic Colors of #00711C
Black with #00711C
Text Example
Text Example
White with #00711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00711C; }
p { color: rgb(0,113,28); }
H1.HeaderClassName
{
color: #00711C;
}
.AnyTagClassName
{
color: #00711C;
}
</style>
background-color css
<style>
a { background-color: #00711C; }
a { background-color: rgb(0,113,28); }
div.DivClassName
{
background-color: #00711C;
}
.BgClassName
{
background-color: #00711C;
}
</style>
border-color css
<style>
span { border-color: #00711C; }
span { border-color: rgb(0,113,28); }
td.TdClassName
{
border-color: #00711C;
}
.TagClassName
{
border-color: #00711C;
}
</style>