Shades of Green #087A11
Tints of Green #087A11
RGB
CMYK
RGB Variations
Color information
#087A11 (or 0x087A11) is known color: Green. HEX triplet: 08, 7A and 11. RGB value is (8,122,17). Sum of RGB (Red+Green+Blue) = 8+122+17=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 122 (48.05% from 255 or 82.99% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 122 - color contains mainly: green. Hex color #087A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087A11 is #F785EE. Grayscale: #4C4C4C. Windows color (decimal): -16221679 or 1145352. OLE color: 1145352.
HSL color Cylindrical-coordinate representation of color #087A11: hue angle of 124.74º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A11 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 17 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.52 |
| HSL | 124.74º | 0.88% | 0.25% | - |
| HSV(B) | 124.74º | 0.93% | 0.48% | - |
| XYZ | 7.16 | 14.01 | 2.86 | - |
| YUV | 75.94 | 94.73 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 17 | 0.93 | 0 | 0.86 | 0.52 | 124.74 | 0.88 | 0.25 |
| Hex | 8 | 7A | 11 | 5D | 0 | 56 | 34 | 7D | 58 | 19 |
| Octal | 10 | 172 | 21 | 135 | 0 | 126 | 64 | 175 | 130 | 31 |
| Binary | 1000 | 1111010 | 10001 | 1011101 | 0 | 1010110 | 110100 | 1111101 | 1011000 | 11001 |
Color Harmonies of #087A11
Complementary color
Monochromatic Colors of #087A11
Black with #087A11
Text Example
Text Example
White with #087A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A11; }
p { color: rgb(8,122,17); }
H1.HeaderClassName
{
color: #087A11;
}
.AnyTagClassName
{
color: #087A11;
}
</style>
background-color css
<style>
a { background-color: #087A11; }
a { background-color: rgb(8,122,17); }
div.DivClassName
{
background-color: #087A11;
}
.BgClassName
{
background-color: #087A11;
}
</style>
border-color css
<style>
span { border-color: #087A11; }
span { border-color: rgb(8,122,17); }
td.TdClassName
{
border-color: #087A11;
}
.TagClassName
{
border-color: #087A11;
}
</style>