Shades of Green #087A04
Tints of Green #087A04
RGB
CMYK
RGB Variations
Color information
#087A04 (or 0x087A04) is known color: Green. HEX triplet: 08, 7A and 04. RGB value is (8,122,4). Sum of RGB (Red+Green+Blue) = 8+122+4=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 122 (48.05% from 255 or 91.04% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 122 - color contains mainly: green. Hex color #087A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087A04 is #F785FB. Grayscale: #4A4A4A. Windows color (decimal): -16221692 or 293384. OLE color: 293384.
HSL color Cylindrical-coordinate representation of color #087A04: hue angle of 117.97º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087A04 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 4 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.52 |
| HSL | 117.97º | 0.94% | 0.25% | - |
| HSV(B) | 117.97º | 0.97% | 0.48% | - |
| XYZ | 7.08 | 13.98 | 2.44 | - |
| YUV | 74.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 4 | 0.93 | 0 | 0.97 | 0.52 | 117.97 | 0.94 | 0.25 |
| Hex | 8 | 7A | 4 | 5D | 0 | 61 | 34 | 76 | 5E | 19 |
| Octal | 10 | 172 | 4 | 135 | 0 | 141 | 64 | 166 | 136 | 31 |
| Binary | 1000 | 1111010 | 100 | 1011101 | 0 | 1100001 | 110100 | 1110110 | 1011110 | 11001 |
Color Harmonies of #087A04
Complementary color
Monochromatic Colors of #087A04
Black with #087A04
Text Example
Text Example
White with #087A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A04; }
p { color: rgb(8,122,4); }
H1.HeaderClassName
{
color: #087A04;
}
.AnyTagClassName
{
color: #087A04;
}
</style>
background-color css
<style>
a { background-color: #087A04; }
a { background-color: rgb(8,122,4); }
div.DivClassName
{
background-color: #087A04;
}
.BgClassName
{
background-color: #087A04;
}
</style>
border-color css
<style>
span { border-color: #087A04; }
span { border-color: rgb(8,122,4); }
td.TdClassName
{
border-color: #087A04;
}
.TagClassName
{
border-color: #087A04;
}
</style>