Shades of Olive #889C00
Tints of Olive #889C00
RGB
CMYK
RGB Variations
Color information
#889C00 (or 0x889C00) is known color: Olive. HEX triplet: 88, 9C and 00. RGB value is (136,156,0). Sum of RGB (Red+Green+Blue) = 136+156+0=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #889C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889C00 is #7763FF. Grayscale: #848484. Windows color (decimal): -7824384 or 40072. OLE color: 40072.
HSL color Cylindrical-coordinate representation of color #889C00: hue angle of 67.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #889C00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.39 |
| HSL | 67.69º | 1% | 0.31% | - |
| HSV(B) | 67.69º | 1% | 0.61% | - |
| XYZ | 22.04 | 29.01 | 4.44 | - |
| YUV | 132.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 0 | 0.13 | 0 | 1 | 0.39 | 67.69 | 1 | 0.31 |
| Hex | 88 | 9C | 0 | D | 0 | 64 | 27 | 44 | 64 | 1F |
| Octal | 210 | 234 | 0 | 15 | 0 | 144 | 47 | 104 | 144 | 37 |
| Binary | 10001000 | 10011100 | 0 | 1101 | 0 | 1100100 | 100111 | 1000100 | 1100100 | 11111 |
Color Harmonies of #889C00
Complementary color
Monochromatic Colors of #889C00
Black with #889C00
Text Example
Text Example
White with #889C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C00; }
p { color: rgb(136,156,0); }
H1.HeaderClassName
{
color: #889C00;
}
.AnyTagClassName
{
color: #889C00;
}
</style>
background-color css
<style>
a { background-color: #889C00; }
a { background-color: rgb(136,156,0); }
div.DivClassName
{
background-color: #889C00;
}
.BgClassName
{
background-color: #889C00;
}
</style>
border-color css
<style>
span { border-color: #889C00; }
span { border-color: rgb(136,156,0); }
td.TdClassName
{
border-color: #889C00;
}
.TagClassName
{
border-color: #889C00;
}
</style>