Shades of Olive Haze #898064
Tints of Olive Haze #898064
RGB
CMYK
RGB Variations
Color information
#898064 (or 0x898064) is known color: Olive Haze. HEX triplet: 89, 80 and 64. RGB value is (137,128,100). Sum of RGB (Red+Green+Blue) = 137+128+100=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #898064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898064 is #767F9B. Grayscale: #7F7F7F. Windows color (decimal): -7765916 or 6586505. OLE color: 6586505.
HSL color Cylindrical-coordinate representation of color #898064: hue angle of 45.41º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #898064 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 100 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.46 |
| HSL | 45.41º | 0.16% | 0.46% | - |
| HSV(B) | 45.41º | 0.27% | 0.54% | - |
| XYZ | 20.34 | 21.68 | 15.17 | - |
| YUV | 127.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 100 | 0 | 0.07 | 0.27 | 0.46 | 45.41 | 0.16 | 0.46 |
| Hex | 89 | 80 | 64 | 0 | 7 | 1B | 2E | 2D | 10 | 2E |
| Octal | 211 | 200 | 144 | 0 | 7 | 33 | 56 | 55 | 20 | 56 |
| Binary | 10001001 | 10000000 | 1100100 | 0 | 111 | 11011 | 101110 | 101101 | 10000 | 101110 |
Color Harmonies of #898064
Complementary color
Monochromatic Colors of #898064
Black with #898064
Text Example
Text Example
White with #898064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898064; }
p { color: rgb(137,128,100); }
H1.HeaderClassName
{
color: #898064;
}
.AnyTagClassName
{
color: #898064;
}
</style>
background-color css
<style>
a { background-color: #898064; }
a { background-color: rgb(137,128,100); }
div.DivClassName
{
background-color: #898064;
}
.BgClassName
{
background-color: #898064;
}
</style>
border-color css
<style>
span { border-color: #898064; }
span { border-color: rgb(137,128,100); }
td.TdClassName
{
border-color: #898064;
}
.TagClassName
{
border-color: #898064;
}
</style>