Shades of Green #087C0A
Tints of Green #087C0A
RGB
CMYK
RGB Variations
Color information
#087C0A (or 0x087C0A) is known color: Green. HEX triplet: 08, 7C and 0A. RGB value is (8,124,10). Sum of RGB (Red+Green+Blue) = 8+124+10=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 124 (48.83% from 255 or 87.32% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 124 - color contains mainly: green. Hex color #087C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087C0A is #F783F5. Grayscale: #4C4C4C. Windows color (decimal): -16221174 or 687112. OLE color: 687112.
HSL color Cylindrical-coordinate representation of color #087C0A: hue angle of 121.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C0A is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 10 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.51 |
| HSL | 121.03º | 0.88% | 0.26% | - |
| HSV(B) | 121.03º | 0.94% | 0.49% | - |
| XYZ | 7.36 | 14.49 | 2.7 | - |
| YUV | 76.32 | 90.57 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 10 | 0.94 | 0 | 0.92 | 0.51 | 121.03 | 0.88 | 0.26 |
| Hex | 8 | 7C | A | 5E | 0 | 5C | 33 | 79 | 58 | 1A |
| Octal | 10 | 174 | 12 | 136 | 0 | 134 | 63 | 171 | 130 | 32 |
| Binary | 1000 | 1111100 | 1010 | 1011110 | 0 | 1011100 | 110011 | 1111001 | 1011000 | 11010 |
Color Harmonies of #087C0A
Complementary color
Monochromatic Colors of #087C0A
Black with #087C0A
Text Example
Text Example
White with #087C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C0A; }
p { color: rgb(8,124,10); }
H1.HeaderClassName
{
color: #087C0A;
}
.AnyTagClassName
{
color: #087C0A;
}
</style>
background-color css
<style>
a { background-color: #087C0A; }
a { background-color: rgb(8,124,10); }
div.DivClassName
{
background-color: #087C0A;
}
.BgClassName
{
background-color: #087C0A;
}
</style>
border-color css
<style>
span { border-color: #087C0A; }
span { border-color: rgb(8,124,10); }
td.TdClassName
{
border-color: #087C0A;
}
.TagClassName
{
border-color: #087C0A;
}
</style>