Shades of Green #08711A
Tints of Green #08711A
RGB
CMYK
RGB Variations
Color information
#08711A (or 0x08711A) is known color: Green. HEX triplet: 08, 71 and 1A. RGB value is (8,113,26). Sum of RGB (Red+Green+Blue) = 8+113+26=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #08711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08711A is #F78EE5. Grayscale: #474747. Windows color (decimal): -16223974 or 1732872. OLE color: 1732872.
HSL color Cylindrical-coordinate representation of color #08711A: hue angle of 130.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08711A is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 113 | 26 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.56 |
| HSL | 130.29º | 0.87% | 0.24% | - |
| HSV(B) | 130.29º | 0.93% | 0.44% | - |
| XYZ | 6.19 | 11.94 | 2.95 | - |
| YUV | 71.69 | 102.21 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 26 | 0.93 | 0 | 0.77 | 0.56 | 130.29 | 0.87 | 0.24 |
| Hex | 8 | 71 | 1A | 5D | 0 | 4D | 38 | 82 | 57 | 18 |
| Octal | 10 | 161 | 32 | 135 | 0 | 115 | 70 | 202 | 127 | 30 |
| Binary | 1000 | 1110001 | 11010 | 1011101 | 0 | 1001101 | 111000 | 10000010 | 1010111 | 11000 |
Color Harmonies of #08711A
Complementary color
Monochromatic Colors of #08711A
Black with #08711A
Text Example
Text Example
White with #08711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08711A; }
p { color: rgb(8,113,26); }
H1.HeaderClassName
{
color: #08711A;
}
.AnyTagClassName
{
color: #08711A;
}
</style>
background-color css
<style>
a { background-color: #08711A; }
a { background-color: rgb(8,113,26); }
div.DivClassName
{
background-color: #08711A;
}
.BgClassName
{
background-color: #08711A;
}
</style>
border-color css
<style>
span { border-color: #08711A; }
span { border-color: rgb(8,113,26); }
td.TdClassName
{
border-color: #08711A;
}
.TagClassName
{
border-color: #08711A;
}
</style>