Shades of Olive Haze #898065
Tints of Olive Haze #898065
RGB
CMYK
RGB Variations
Color information
#898065 (or 0x898065) is known color: Olive Haze. HEX triplet: 89, 80 and 65. RGB value is (137,128,101). Sum of RGB (Red+Green+Blue) = 137+128+101=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #898065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898065 is #767F9A. Grayscale: #7F7F7F. Windows color (decimal): -7765915 or 6652041. OLE color: 6652041.
HSL color Cylindrical-coordinate representation of color #898065: hue angle of 45º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898065 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 101 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.46 |
| HSL | 45º | 0.15% | 0.47% | - |
| HSV(B) | 45º | 0.26% | 0.54% | - |
| XYZ | 20.38 | 21.7 | 15.43 | - |
| YUV | 127.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 101 | 0 | 0.07 | 0.26 | 0.46 | 45 | 0.15 | 0.47 |
| Hex | 89 | 80 | 65 | 0 | 7 | 1A | 2E | 2D | F | 2F |
| Octal | 211 | 200 | 145 | 0 | 7 | 32 | 56 | 55 | 17 | 57 |
| Binary | 10001001 | 10000000 | 1100101 | 0 | 111 | 11010 | 101110 | 101101 | 1111 | 101111 |
Color Harmonies of #898065
Complementary color
Monochromatic Colors of #898065
Black with #898065
Text Example
Text Example
White with #898065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898065; }
p { color: rgb(137,128,101); }
H1.HeaderClassName
{
color: #898065;
}
.AnyTagClassName
{
color: #898065;
}
</style>
background-color css
<style>
a { background-color: #898065; }
a { background-color: rgb(137,128,101); }
div.DivClassName
{
background-color: #898065;
}
.BgClassName
{
background-color: #898065;
}
</style>
border-color css
<style>
span { border-color: #898065; }
span { border-color: rgb(137,128,101); }
td.TdClassName
{
border-color: #898065;
}
.TagClassName
{
border-color: #898065;
}
</style>