Shades of Olive #889008
Tints of Olive #889008
RGB
CMYK
RGB Variations
Color information
#889008 (or 0x889008) is known color: Olive. HEX triplet: 88, 90 and 08. RGB value is (136,144,8). Sum of RGB (Red+Green+Blue) = 136+144+8=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #889008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889008 is #776FF7. Grayscale: #7E7E7E. Windows color (decimal): -7827448 or 561288. OLE color: 561288.
HSL color Cylindrical-coordinate representation of color #889008: hue angle of 63.53º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #889008 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 8 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.44 |
| HSL | 63.53º | 0.89% | 0.3% | - |
| HSV(B) | 63.53º | 0.94% | 0.56% | - |
| XYZ | 20.17 | 25.2 | 4.03 | - |
| YUV | 126.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 8 | 0.06 | 0 | 0.94 | 0.44 | 63.53 | 0.89 | 0.3 |
| Hex | 88 | 90 | 8 | 6 | 0 | 5E | 2C | 40 | 59 | 1E |
| Octal | 210 | 220 | 10 | 6 | 0 | 136 | 54 | 100 | 131 | 36 |
| Binary | 10001000 | 10010000 | 1000 | 110 | 0 | 1011110 | 101100 | 1000000 | 1011001 | 11110 |
Color Harmonies of #889008
Complementary color
Monochromatic Colors of #889008
Black with #889008
Text Example
Text Example
White with #889008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889008; }
p { color: rgb(136,144,8); }
H1.HeaderClassName
{
color: #889008;
}
.AnyTagClassName
{
color: #889008;
}
</style>
background-color css
<style>
a { background-color: #889008; }
a { background-color: rgb(136,144,8); }
div.DivClassName
{
background-color: #889008;
}
.BgClassName
{
background-color: #889008;
}
</style>
border-color css
<style>
span { border-color: #889008; }
span { border-color: rgb(136,144,8); }
td.TdClassName
{
border-color: #889008;
}
.TagClassName
{
border-color: #889008;
}
</style>