Shades of Green #08710B
Tints of Green #08710B
RGB
CMYK
RGB Variations
Color information
#08710B (or 0x08710B) is known color: Green. HEX triplet: 08, 71 and 0B. RGB value is (8,113,11). Sum of RGB (Red+Green+Blue) = 8+113+11=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 113 (44.53% from 255 or 85.61% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 113 - color contains mainly: green. Hex color #08710B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08710B is #F78EF4. Grayscale: #464646. Windows color (decimal): -16223989 or 749832. OLE color: 749832.
HSL color Cylindrical-coordinate representation of color #08710B: hue angle of 121.71º 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 #08710B is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 113 | 11 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.56 |
| HSL | 121.71º | 0.87% | 0.24% | - |
| HSV(B) | 121.71º | 0.93% | 0.44% | - |
| XYZ | 6.07 | 11.89 | 2.29 | - |
| YUV | 69.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 11 | 0.93 | 0 | 0.90 | 0.56 | 121.71 | 0.87 | 0.24 |
| Hex | 8 | 71 | B | 5D | 0 | 5A | 38 | 7A | 57 | 18 |
| Octal | 10 | 161 | 13 | 135 | 0 | 132 | 70 | 172 | 127 | 30 |
| Binary | 1000 | 1110001 | 1011 | 1011101 | 0 | 1011010 | 111000 | 1111010 | 1010111 | 11000 |
Color Harmonies of #08710B
Complementary color
Monochromatic Colors of #08710B
Black with #08710B
Text Example
Text Example
White with #08710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08710B; }
p { color: rgb(8,113,11); }
H1.HeaderClassName
{
color: #08710B;
}
.AnyTagClassName
{
color: #08710B;
}
</style>
background-color css
<style>
a { background-color: #08710B; }
a { background-color: rgb(8,113,11); }
div.DivClassName
{
background-color: #08710B;
}
.BgClassName
{
background-color: #08710B;
}
</style>
border-color css
<style>
span { border-color: #08710B; }
span { border-color: rgb(8,113,11); }
td.TdClassName
{
border-color: #08710B;
}
.TagClassName
{
border-color: #08710B;
}
</style>