Shades of Olive #889602
Tints of Olive #889602
RGB
CMYK
RGB Variations
Color information
#889602 (or 0x889602) is known color: Olive. HEX triplet: 88, 96 and 02. RGB value is (136,150,2). Sum of RGB (Red+Green+Blue) = 136+150+2=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #889602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889602 is #7769FD. Grayscale: #818181. Windows color (decimal): -7825918 or 169608. OLE color: 169608.
HSL color Cylindrical-coordinate representation of color #889602: hue angle of 65.68º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #889602 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 150 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.41 |
| HSL | 65.68º | 0.97% | 0.3% | - |
| HSV(B) | 65.68º | 0.99% | 0.59% | - |
| XYZ | 21.07 | 27.05 | 4.17 | - |
| YUV | 128.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 2 | 0.09 | 0 | 0.99 | 0.41 | 65.68 | 0.97 | 0.3 |
| Hex | 88 | 96 | 2 | 9 | 0 | 63 | 29 | 42 | 61 | 1E |
| Octal | 210 | 226 | 2 | 11 | 0 | 143 | 51 | 102 | 141 | 36 |
| Binary | 10001000 | 10010110 | 10 | 1001 | 0 | 1100011 | 101001 | 1000010 | 1100001 | 11110 |
Color Harmonies of #889602
Complementary color
Monochromatic Colors of #889602
Black with #889602
Text Example
Text Example
White with #889602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889602; }
p { color: rgb(136,150,2); }
H1.HeaderClassName
{
color: #889602;
}
.AnyTagClassName
{
color: #889602;
}
</style>
background-color css
<style>
a { background-color: #889602; }
a { background-color: rgb(136,150,2); }
div.DivClassName
{
background-color: #889602;
}
.BgClassName
{
background-color: #889602;
}
</style>
border-color css
<style>
span { border-color: #889602; }
span { border-color: rgb(136,150,2); }
td.TdClassName
{
border-color: #889602;
}
.TagClassName
{
border-color: #889602;
}
</style>