Shades of Olive Haze #898364
Tints of Olive Haze #898364
RGB
CMYK
RGB Variations
Color information
#898364 (or 0x898364) is known color: Olive Haze. HEX triplet: 89, 83 and 64. RGB value is (137,131,100). Sum of RGB (Red+Green+Blue) = 137+131+100=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #898364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898364 is #767C9B. Grayscale: #818181. Windows color (decimal): -7765148 or 6587273. OLE color: 6587273.
HSL color Cylindrical-coordinate representation of color #898364: hue angle of 50.27º 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 #898364 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 100 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.46 |
| HSL | 50.27º | 0.16% | 0.46% | - |
| HSV(B) | 50.27º | 0.27% | 0.54% | - |
| XYZ | 20.73 | 22.47 | 15.3 | - |
| YUV | 129.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 100 | 0 | 0.04 | 0.27 | 0.46 | 50.27 | 0.16 | 0.46 |
| Hex | 89 | 83 | 64 | 0 | 4 | 1B | 2E | 32 | 10 | 2E |
| Octal | 211 | 203 | 144 | 0 | 4 | 33 | 56 | 62 | 20 | 56 |
| Binary | 10001001 | 10000011 | 1100100 | 0 | 100 | 11011 | 101110 | 110010 | 10000 | 101110 |
Color Harmonies of #898364
Complementary color
Monochromatic Colors of #898364
Black with #898364
Text Example
Text Example
White with #898364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898364; }
p { color: rgb(137,131,100); }
H1.HeaderClassName
{
color: #898364;
}
.AnyTagClassName
{
color: #898364;
}
</style>
background-color css
<style>
a { background-color: #898364; }
a { background-color: rgb(137,131,100); }
div.DivClassName
{
background-color: #898364;
}
.BgClassName
{
background-color: #898364;
}
</style>
border-color css
<style>
span { border-color: #898364; }
span { border-color: rgb(137,131,100); }
td.TdClassName
{
border-color: #898364;
}
.TagClassName
{
border-color: #898364;
}
</style>