Shades of Olive #889109
Tints of Olive #889109
RGB
CMYK
RGB Variations
Color information
#889109 (or 0x889109) is known color: Olive. HEX triplet: 88, 91 and 09. RGB value is (136,145,9). Sum of RGB (Red+Green+Blue) = 136+145+9=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #889109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889109 is #776EF6. Grayscale: #7F7F7F. Windows color (decimal): -7827191 or 627080. OLE color: 627080.
HSL color Cylindrical-coordinate representation of color #889109: hue angle of 63.97º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #889109 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 9 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.43 |
| HSL | 63.97º | 0.88% | 0.3% | - |
| HSV(B) | 63.97º | 0.94% | 0.57% | - |
| XYZ | 20.33 | 25.5 | 4.11 | - |
| YUV | 126.81 | 61.52 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 9 | 0.06 | 0 | 0.94 | 0.43 | 63.97 | 0.88 | 0.3 |
| Hex | 88 | 91 | 9 | 6 | 0 | 5E | 2B | 40 | 58 | 1E |
| Octal | 210 | 221 | 11 | 6 | 0 | 136 | 53 | 100 | 130 | 36 |
| Binary | 10001000 | 10010001 | 1001 | 110 | 0 | 1011110 | 101011 | 1000000 | 1011000 | 11110 |
Color Harmonies of #889109
Complementary color
Monochromatic Colors of #889109
Black with #889109
Text Example
Text Example
White with #889109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889109; }
p { color: rgb(136,145,9); }
H1.HeaderClassName
{
color: #889109;
}
.AnyTagClassName
{
color: #889109;
}
</style>
background-color css
<style>
a { background-color: #889109; }
a { background-color: rgb(136,145,9); }
div.DivClassName
{
background-color: #889109;
}
.BgClassName
{
background-color: #889109;
}
</style>
border-color css
<style>
span { border-color: #889109; }
span { border-color: rgb(136,145,9); }
td.TdClassName
{
border-color: #889109;
}
.TagClassName
{
border-color: #889109;
}
</style>