Shades of Olive #889101
Tints of Olive #889101
RGB
CMYK
RGB Variations
Color information
#889101 (or 0x889101) is known color: Olive. HEX triplet: 88, 91 and 01. RGB value is (136,145,1). Sum of RGB (Red+Green+Blue) = 136+145+1=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #889101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889101 is #776EFE. Grayscale: #7E7E7E. Windows color (decimal): -7827199 or 102792. OLE color: 102792.
HSL color Cylindrical-coordinate representation of color #889101: hue angle of 63.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #889101 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.43 |
| HSL | 63.75º | 0.99% | 0.29% | - |
| HSV(B) | 63.75º | 0.99% | 0.57% | - |
| XYZ | 20.28 | 25.49 | 3.88 | - |
| YUV | 125.89 | 57.52 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 1 | 0.06 | 0 | 0.99 | 0.43 | 63.75 | 0.99 | 0.29 |
| Hex | 88 | 91 | 1 | 6 | 0 | 63 | 2B | 40 | 63 | 1D |
| Octal | 210 | 221 | 1 | 6 | 0 | 143 | 53 | 100 | 143 | 35 |
| Binary | 10001000 | 10010001 | 1 | 110 | 0 | 1100011 | 101011 | 1000000 | 1100011 | 11101 |
Color Harmonies of #889101
Complementary color
Monochromatic Colors of #889101
Black with #889101
Text Example
Text Example
White with #889101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889101; }
p { color: rgb(136,145,1); }
H1.HeaderClassName
{
color: #889101;
}
.AnyTagClassName
{
color: #889101;
}
</style>
background-color css
<style>
a { background-color: #889101; }
a { background-color: rgb(136,145,1); }
div.DivClassName
{
background-color: #889101;
}
.BgClassName
{
background-color: #889101;
}
</style>
border-color css
<style>
span { border-color: #889101; }
span { border-color: rgb(136,145,1); }
td.TdClassName
{
border-color: #889101;
}
.TagClassName
{
border-color: #889101;
}
</style>