Shades of Olive #889304
Tints of Olive #889304
RGB
CMYK
RGB Variations
Color information
#889304 (or 0x889304) is known color: Olive. HEX triplet: 88, 93 and 04. RGB value is (136,147,4). Sum of RGB (Red+Green+Blue) = 136+147+4=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #889304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889304 is #776CFB. Grayscale: #7F7F7F. Windows color (decimal): -7826684 or 299912. OLE color: 299912.
HSL color Cylindrical-coordinate representation of color #889304: hue angle of 64.62º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #889304 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 147 | 4 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.42 |
| HSL | 64.62º | 0.95% | 0.3% | - |
| HSV(B) | 64.62º | 0.97% | 0.58% | - |
| XYZ | 20.61 | 26.11 | 4.07 | - |
| YUV | 127.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 4 | 0.07 | 0 | 0.97 | 0.42 | 64.62 | 0.95 | 0.3 |
| Hex | 88 | 93 | 4 | 7 | 0 | 61 | 2A | 41 | 5F | 1E |
| Octal | 210 | 223 | 4 | 7 | 0 | 141 | 52 | 101 | 137 | 36 |
| Binary | 10001000 | 10010011 | 100 | 111 | 0 | 1100001 | 101010 | 1000001 | 1011111 | 11110 |
Color Harmonies of #889304
Complementary color
Monochromatic Colors of #889304
Black with #889304
Text Example
Text Example
White with #889304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889304; }
p { color: rgb(136,147,4); }
H1.HeaderClassName
{
color: #889304;
}
.AnyTagClassName
{
color: #889304;
}
</style>
background-color css
<style>
a { background-color: #889304; }
a { background-color: rgb(136,147,4); }
div.DivClassName
{
background-color: #889304;
}
.BgClassName
{
background-color: #889304;
}
</style>
border-color css
<style>
span { border-color: #889304; }
span { border-color: rgb(136,147,4); }
td.TdClassName
{
border-color: #889304;
}
.TagClassName
{
border-color: #889304;
}
</style>