Shades of Green #08700B
Tints of Green #08700B
RGB
CMYK
RGB Variations
Color information
#08700B (or 0x08700B) is known color: Green. HEX triplet: 08, 70 and 0B. RGB value is (8,112,11). Sum of RGB (Red+Green+Blue) = 8+112+11=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #08700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08700B is #F78FF4. Grayscale: #454545. Windows color (decimal): -16224245 or 749576. OLE color: 749576.
HSL color Cylindrical-coordinate representation of color #08700B: hue angle of 121.73º 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 #08700B is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 11 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.56 |
| HSL | 121.73º | 0.87% | 0.24% | - |
| HSV(B) | 121.73º | 0.93% | 0.44% | - |
| XYZ | 5.95 | 11.66 | 2.25 | - |
| YUV | 69.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 11 | 0.93 | 0 | 0.90 | 0.56 | 121.73 | 0.87 | 0.24 |
| Hex | 8 | 70 | B | 5D | 0 | 5A | 38 | 7A | 57 | 18 |
| Octal | 10 | 160 | 13 | 135 | 0 | 132 | 70 | 172 | 127 | 30 |
| Binary | 1000 | 1110000 | 1011 | 1011101 | 0 | 1011010 | 111000 | 1111010 | 1010111 | 11000 |
Color Harmonies of #08700B
Complementary color
Monochromatic Colors of #08700B
Black with #08700B
Text Example
Text Example
White with #08700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08700B; }
p { color: rgb(8,112,11); }
H1.HeaderClassName
{
color: #08700B;
}
.AnyTagClassName
{
color: #08700B;
}
</style>
background-color css
<style>
a { background-color: #08700B; }
a { background-color: rgb(8,112,11); }
div.DivClassName
{
background-color: #08700B;
}
.BgClassName
{
background-color: #08700B;
}
</style>
border-color css
<style>
span { border-color: #08700B; }
span { border-color: rgb(8,112,11); }
td.TdClassName
{
border-color: #08700B;
}
.TagClassName
{
border-color: #08700B;
}
</style>