Shades of Olive #888807
Tints of Olive #888807
RGB
CMYK
RGB Variations
Color information
#888807 (or 0x888807) is known color: Olive. HEX triplet: 88, 88 and 07. RGB value is (136,136,7). Sum of RGB (Red+Green+Blue) = 136+136+7=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888807 is #7777F8. Grayscale: #797979. Windows color (decimal): -7829497 or 493704. OLE color: 493704.
HSL color Cylindrical-coordinate representation of color #888807: hue angle of 60º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #888807 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 7 | - |
| CMYK | 0 | 0 | 0.95 | 0.47 |
| HSL | 60º | 0.9% | 0.28% | - |
| HSV(B) | 60º | 0.95% | 0.53% | - |
| XYZ | 19 | 22.86 | 3.61 | - |
| YUV | 121.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 7 | 0 | 0 | 0.95 | 0.47 | 60 | 0.9 | 0.28 |
| Hex | 88 | 88 | 7 | 0 | 0 | 5F | 2F | 3C | 5A | 1C |
| Octal | 210 | 210 | 7 | 0 | 0 | 137 | 57 | 74 | 132 | 34 |
| Binary | 10001000 | 10001000 | 111 | 0 | 0 | 1011111 | 101111 | 111100 | 1011010 | 11100 |
Color Harmonies of #888807
Complementary color
Monochromatic Colors of #888807
Black with #888807
Text Example
Text Example
White with #888807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888807; }
p { color: rgb(136,136,7); }
H1.HeaderClassName
{
color: #888807;
}
.AnyTagClassName
{
color: #888807;
}
</style>
background-color css
<style>
a { background-color: #888807; }
a { background-color: rgb(136,136,7); }
div.DivClassName
{
background-color: #888807;
}
.BgClassName
{
background-color: #888807;
}
</style>
border-color css
<style>
span { border-color: #888807; }
span { border-color: rgb(136,136,7); }
td.TdClassName
{
border-color: #888807;
}
.TagClassName
{
border-color: #888807;
}
</style>