Shades of Green #087404
Tints of Green #087404
RGB
CMYK
RGB Variations
Color information
#087404 (or 0x087404) is known color: Green. HEX triplet: 08, 74 and 04. RGB value is (8,116,4). Sum of RGB (Red+Green+Blue) = 8+116+4=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 116 (45.70% from 255 or 90.62% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 116 - color contains mainly: green. Hex color #087404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087404 is #F78BFB. Grayscale: #474747. Windows color (decimal): -16223228 or 291848. OLE color: 291848.
HSL color Cylindrical-coordinate representation of color #087404: hue angle of 117.86º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087404 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 4 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.55 |
| HSL | 117.86º | 0.93% | 0.24% | - |
| HSV(B) | 117.86º | 0.97% | 0.45% | - |
| XYZ | 6.37 | 12.55 | 2.2 | - |
| YUV | 70.94 | 90.22 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 4 | 0.93 | 0 | 0.97 | 0.55 | 117.86 | 0.93 | 0.24 |
| Hex | 8 | 74 | 4 | 5D | 0 | 61 | 37 | 76 | 5D | 18 |
| Octal | 10 | 164 | 4 | 135 | 0 | 141 | 67 | 166 | 135 | 30 |
| Binary | 1000 | 1110100 | 100 | 1011101 | 0 | 1100001 | 110111 | 1110110 | 1011101 | 11000 |
Color Harmonies of #087404
Complementary color
Monochromatic Colors of #087404
Black with #087404
Text Example
Text Example
White with #087404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087404; }
p { color: rgb(8,116,4); }
H1.HeaderClassName
{
color: #087404;
}
.AnyTagClassName
{
color: #087404;
}
</style>
background-color css
<style>
a { background-color: #087404; }
a { background-color: rgb(8,116,4); }
div.DivClassName
{
background-color: #087404;
}
.BgClassName
{
background-color: #087404;
}
</style>
border-color css
<style>
span { border-color: #087404; }
span { border-color: rgb(8,116,4); }
td.TdClassName
{
border-color: #087404;
}
.TagClassName
{
border-color: #087404;
}
</style>