Shades of Olive #889206
Tints of Olive #889206
RGB
CMYK
RGB Variations
Color information
#889206 (or 0x889206) is known color: Olive. HEX triplet: 88, 92 and 06. RGB value is (136,146,6). Sum of RGB (Red+Green+Blue) = 136+146+6=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #889206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889206 is #776DF9. Grayscale: #7F7F7F. Windows color (decimal): -7826938 or 430728. OLE color: 430728.
HSL color Cylindrical-coordinate representation of color #889206: hue angle of 64.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #889206 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 6 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.43 |
| HSL | 64.29º | 0.92% | 0.3% | - |
| HSV(B) | 64.29º | 0.96% | 0.57% | - |
| XYZ | 20.47 | 25.81 | 4.07 | - |
| YUV | 127.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 6 | 0.07 | 0 | 0.96 | 0.43 | 64.29 | 0.92 | 0.3 |
| Hex | 88 | 92 | 6 | 7 | 0 | 60 | 2B | 40 | 5C | 1E |
| Octal | 210 | 222 | 6 | 7 | 0 | 140 | 53 | 100 | 134 | 36 |
| Binary | 10001000 | 10010010 | 110 | 111 | 0 | 1100000 | 101011 | 1000000 | 1011100 | 11110 |
Color Harmonies of #889206
Complementary color
Monochromatic Colors of #889206
Black with #889206
Text Example
Text Example
White with #889206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889206; }
p { color: rgb(136,146,6); }
H1.HeaderClassName
{
color: #889206;
}
.AnyTagClassName
{
color: #889206;
}
</style>
background-color css
<style>
a { background-color: #889206; }
a { background-color: rgb(136,146,6); }
div.DivClassName
{
background-color: #889206;
}
.BgClassName
{
background-color: #889206;
}
</style>
border-color css
<style>
span { border-color: #889206; }
span { border-color: rgb(136,146,6); }
td.TdClassName
{
border-color: #889206;
}
.TagClassName
{
border-color: #889206;
}
</style>