Shades of Green #088816
Tints of Green #088816
RGB
CMYK
RGB Variations
Color information
#088816 (or 0x088816) is known color: Green. HEX triplet: 08, 88 and 16. RGB value is (8,136,22). Sum of RGB (Red+Green+Blue) = 8+136+22=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 136 (53.52% from 255 or 81.93% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 136 - color contains mainly: green. Hex color #088816 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088816 is #F777E9. Grayscale: #555555. Windows color (decimal): -16218090 or 1476616. OLE color: 1476616.
HSL color Cylindrical-coordinate representation of color #088816: hue angle of 126.56º 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 #088816 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 22 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.47 |
| HSL | 126.56º | 0.89% | 0.28% | - |
| HSV(B) | 126.56º | 0.94% | 0.53% | - |
| XYZ | 9.05 | 17.72 | 3.7 | - |
| YUV | 84.73 | 92.59 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 22 | 0.94 | 0 | 0.84 | 0.47 | 126.56 | 0.89 | 0.28 |
| Hex | 8 | 88 | 16 | 5E | 0 | 54 | 2F | 7F | 59 | 1C |
| Octal | 10 | 210 | 26 | 136 | 0 | 124 | 57 | 177 | 131 | 34 |
| Binary | 1000 | 10001000 | 10110 | 1011110 | 0 | 1010100 | 101111 | 1111111 | 1011001 | 11100 |
Color Harmonies of #088816
Complementary color
Monochromatic Colors of #088816
Black with #088816
Text Example
Text Example
White with #088816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088816; }
p { color: rgb(8,136,22); }
H1.HeaderClassName
{
color: #088816;
}
.AnyTagClassName
{
color: #088816;
}
</style>
background-color css
<style>
a { background-color: #088816; }
a { background-color: rgb(8,136,22); }
div.DivClassName
{
background-color: #088816;
}
.BgClassName
{
background-color: #088816;
}
</style>
border-color css
<style>
span { border-color: #088816; }
span { border-color: rgb(8,136,22); }
td.TdClassName
{
border-color: #088816;
}
.TagClassName
{
border-color: #088816;
}
</style>