Shades of Green #088808
Tints of Green #088808
RGB
CMYK
RGB Variations
Color information
#088808 (or 0x088808) is known color: Green. HEX triplet: 08, 88 and 08. RGB value is (8,136,8). Sum of RGB (Red+Green+Blue) = 8+136+8=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 136 (53.52% from 255 or 89.47% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 136 - color contains mainly: green. Hex color #088808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088808 is #F777F7. Grayscale: #535353. Windows color (decimal): -16218104 or 559112. OLE color: 559112.
HSL color Cylindrical-coordinate representation of color #088808: hue angle of 120º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088808 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 8 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.47 |
| HSL | 120º | 0.89% | 0.28% | - |
| HSV(B) | 120º | 0.94% | 0.53% | - |
| XYZ | 8.95 | 17.68 | 3.17 | - |
| YUV | 83.14 | 85.59 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 8 | 0.94 | 0 | 0.94 | 0.47 | 120 | 0.89 | 0.28 |
| Hex | 8 | 88 | 8 | 5E | 0 | 5E | 2F | 78 | 59 | 1C |
| Octal | 10 | 210 | 10 | 136 | 0 | 136 | 57 | 170 | 131 | 34 |
| Binary | 1000 | 10001000 | 1000 | 1011110 | 0 | 1011110 | 101111 | 1111000 | 1011001 | 11100 |
Color Harmonies of #088808
Complementary color
Monochromatic Colors of #088808
Black with #088808
Text Example
Text Example
White with #088808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088808; }
p { color: rgb(8,136,8); }
H1.HeaderClassName
{
color: #088808;
}
.AnyTagClassName
{
color: #088808;
}
</style>
background-color css
<style>
a { background-color: #088808; }
a { background-color: rgb(8,136,8); }
div.DivClassName
{
background-color: #088808;
}
.BgClassName
{
background-color: #088808;
}
</style>
border-color css
<style>
span { border-color: #088808; }
span { border-color: rgb(8,136,8); }
td.TdClassName
{
border-color: #088808;
}
.TagClassName
{
border-color: #088808;
}
</style>