Shades of Olive #889800
Tints of Olive #889800
RGB
CMYK
RGB Variations
Color information
#889800 (or 0x889800) is known color: Olive. HEX triplet: 88, 98 and 00. RGB value is (136,152,0). Sum of RGB (Red+Green+Blue) = 136+152+0=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #889800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889800 is #7767FF. Grayscale: #828282. Windows color (decimal): -7825408 or 39048. OLE color: 39048.
HSL color Cylindrical-coordinate representation of color #889800: hue angle of 66.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #889800 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.40 |
| HSL | 66.32º | 1% | 0.3% | - |
| HSV(B) | 66.32º | 1% | 0.6% | - |
| XYZ | 21.38 | 27.69 | 4.22 | - |
| YUV | 129.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 0 | 0.11 | 0 | 1 | 0.40 | 66.32 | 1 | 0.3 |
| Hex | 88 | 98 | 0 | B | 0 | 64 | 28 | 42 | 64 | 1E |
| Octal | 210 | 230 | 0 | 13 | 0 | 144 | 50 | 102 | 144 | 36 |
| Binary | 10001000 | 10011000 | 0 | 1011 | 0 | 1100100 | 101000 | 1000010 | 1100100 | 11110 |
Color Harmonies of #889800
Complementary color
Monochromatic Colors of #889800
Black with #889800
Text Example
Text Example
White with #889800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889800; }
p { color: rgb(136,152,0); }
H1.HeaderClassName
{
color: #889800;
}
.AnyTagClassName
{
color: #889800;
}
</style>
background-color css
<style>
a { background-color: #889800; }
a { background-color: rgb(136,152,0); }
div.DivClassName
{
background-color: #889800;
}
.BgClassName
{
background-color: #889800;
}
</style>
border-color css
<style>
span { border-color: #889800; }
span { border-color: rgb(136,152,0); }
td.TdClassName
{
border-color: #889800;
}
.TagClassName
{
border-color: #889800;
}
</style>