Shades of Green #087311
Tints of Green #087311
RGB
CMYK
RGB Variations
Color information
#087311 (or 0x087311) is known color: Green. HEX triplet: 08, 73 and 11. RGB value is (8,115,17). Sum of RGB (Red+Green+Blue) = 8+115+17=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #087311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087311 is #F78CEE. Grayscale: #484848. Windows color (decimal): -16223471 or 1143560. OLE color: 1143560.
HSL color Cylindrical-coordinate representation of color #087311: hue angle of 125.05º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087311 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 17 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.55 |
| HSL | 125.05º | 0.87% | 0.24% | - |
| HSV(B) | 125.05º | 0.93% | 0.45% | - |
| XYZ | 6.33 | 12.35 | 2.58 | - |
| YUV | 71.84 | 97.05 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 17 | 0.93 | 0 | 0.85 | 0.55 | 125.05 | 0.87 | 0.24 |
| Hex | 8 | 73 | 11 | 5D | 0 | 55 | 37 | 7D | 57 | 18 |
| Octal | 10 | 163 | 21 | 135 | 0 | 125 | 67 | 175 | 127 | 30 |
| Binary | 1000 | 1110011 | 10001 | 1011101 | 0 | 1010101 | 110111 | 1111101 | 1010111 | 11000 |
Color Harmonies of #087311
Complementary color
Monochromatic Colors of #087311
Black with #087311
Text Example
Text Example
White with #087311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087311; }
p { color: rgb(8,115,17); }
H1.HeaderClassName
{
color: #087311;
}
.AnyTagClassName
{
color: #087311;
}
</style>
background-color css
<style>
a { background-color: #087311; }
a { background-color: rgb(8,115,17); }
div.DivClassName
{
background-color: #087311;
}
.BgClassName
{
background-color: #087311;
}
</style>
border-color css
<style>
span { border-color: #087311; }
span { border-color: rgb(8,115,17); }
td.TdClassName
{
border-color: #087311;
}
.TagClassName
{
border-color: #087311;
}
</style>