Shades of Green #087D04
Tints of Green #087D04
RGB
CMYK
RGB Variations
Color information
#087D04 (or 0x087D04) is known color: Green. HEX triplet: 08, 7D and 04. RGB value is (8,125,4). Sum of RGB (Red+Green+Blue) = 8+125+4=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 125 (49.22% from 255 or 91.24% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 125 - color contains mainly: green. Hex color #087D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087D04 is #F782FB. Grayscale: #4C4C4C. Windows color (decimal): -16220924 or 294152. OLE color: 294152.
HSL color Cylindrical-coordinate representation of color #087D04: hue angle of 118.02º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087D04 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 125 | 4 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.51 |
| HSL | 118.02º | 0.94% | 0.25% | - |
| HSV(B) | 118.02º | 0.97% | 0.49% | - |
| XYZ | 7.46 | 14.73 | 2.56 | - |
| YUV | 76.22 | 87.24 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 4 | 0.94 | 0 | 0.97 | 0.51 | 118.02 | 0.94 | 0.25 |
| Hex | 8 | 7D | 4 | 5E | 0 | 61 | 33 | 76 | 5E | 19 |
| Octal | 10 | 175 | 4 | 136 | 0 | 141 | 63 | 166 | 136 | 31 |
| Binary | 1000 | 1111101 | 100 | 1011110 | 0 | 1100001 | 110011 | 1110110 | 1011110 | 11001 |
Color Harmonies of #087D04
Complementary color
Monochromatic Colors of #087D04
Black with #087D04
Text Example
Text Example
White with #087D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D04; }
p { color: rgb(8,125,4); }
H1.HeaderClassName
{
color: #087D04;
}
.AnyTagClassName
{
color: #087D04;
}
</style>
background-color css
<style>
a { background-color: #087D04; }
a { background-color: rgb(8,125,4); }
div.DivClassName
{
background-color: #087D04;
}
.BgClassName
{
background-color: #087D04;
}
</style>
border-color css
<style>
span { border-color: #087D04; }
span { border-color: rgb(8,125,4); }
td.TdClassName
{
border-color: #087D04;
}
.TagClassName
{
border-color: #087D04;
}
</style>