Shades of Olive #889804
Tints of Olive #889804
RGB
CMYK
RGB Variations
Color information
#889804 (or 0x889804) is known color: Olive. HEX triplet: 88, 98 and 04. RGB value is (136,152,4). Sum of RGB (Red+Green+Blue) = 136+152+4=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #889804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889804 is #7767FB. Grayscale: #828282. Windows color (decimal): -7825404 or 301192. OLE color: 301192.
HSL color Cylindrical-coordinate representation of color #889804: hue angle of 66.49º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #889804 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 4 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.40 |
| HSL | 66.49º | 0.95% | 0.31% | - |
| HSV(B) | 66.49º | 0.97% | 0.6% | - |
| XYZ | 21.4 | 27.7 | 4.33 | - |
| YUV | 130.34 | 56.7 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 4 | 0.11 | 0 | 0.97 | 0.40 | 66.49 | 0.95 | 0.31 |
| Hex | 88 | 98 | 4 | B | 0 | 61 | 28 | 42 | 5F | 1F |
| Octal | 210 | 230 | 4 | 13 | 0 | 141 | 50 | 102 | 137 | 37 |
| Binary | 10001000 | 10011000 | 100 | 1011 | 0 | 1100001 | 101000 | 1000010 | 1011111 | 11111 |
Color Harmonies of #889804
Complementary color
Monochromatic Colors of #889804
Black with #889804
Text Example
Text Example
White with #889804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889804; }
p { color: rgb(136,152,4); }
H1.HeaderClassName
{
color: #889804;
}
.AnyTagClassName
{
color: #889804;
}
</style>
background-color css
<style>
a { background-color: #889804; }
a { background-color: rgb(136,152,4); }
div.DivClassName
{
background-color: #889804;
}
.BgClassName
{
background-color: #889804;
}
</style>
border-color css
<style>
span { border-color: #889804; }
span { border-color: rgb(136,152,4); }
td.TdClassName
{
border-color: #889804;
}
.TagClassName
{
border-color: #889804;
}
</style>