Shades of Green #088004
Tints of Green #088004
RGB
CMYK
RGB Variations
Color information
#088004 (or 0x088004) is known color: Green. HEX triplet: 08, 80 and 04. RGB value is (8,128,4). Sum of RGB (Red+Green+Blue) = 8+128+4=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 128 (50.39% from 255 or 91.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 128 - color contains mainly: green. Hex color #088004 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088004 is #F77FFB. Grayscale: #4E4E4E. Windows color (decimal): -16220156 or 294920. OLE color: 294920.
HSL color Cylindrical-coordinate representation of color #088004: hue angle of 118.06º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088004 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 4 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.50 |
| HSL | 118.06º | 0.94% | 0.26% | - |
| HSV(B) | 118.06º | 0.97% | 0.5% | - |
| XYZ | 7.84 | 15.5 | 2.69 | - |
| YUV | 77.98 | 86.24 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 4 | 0.94 | 0 | 0.97 | 0.50 | 118.06 | 0.94 | 0.26 |
| Hex | 8 | 80 | 4 | 5E | 0 | 61 | 32 | 76 | 5E | 1A |
| Octal | 10 | 200 | 4 | 136 | 0 | 141 | 62 | 166 | 136 | 32 |
| Binary | 1000 | 10000000 | 100 | 1011110 | 0 | 1100001 | 110010 | 1110110 | 1011110 | 11010 |
Color Harmonies of #088004
Complementary color
Monochromatic Colors of #088004
Black with #088004
Text Example
Text Example
White with #088004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088004; }
p { color: rgb(8,128,4); }
H1.HeaderClassName
{
color: #088004;
}
.AnyTagClassName
{
color: #088004;
}
</style>
background-color css
<style>
a { background-color: #088004; }
a { background-color: rgb(8,128,4); }
div.DivClassName
{
background-color: #088004;
}
.BgClassName
{
background-color: #088004;
}
</style>
border-color css
<style>
span { border-color: #088004; }
span { border-color: rgb(8,128,4); }
td.TdClassName
{
border-color: #088004;
}
.TagClassName
{
border-color: #088004;
}
</style>