Shades of Olive Haze #898363
Tints of Olive Haze #898363
RGB
CMYK
RGB Variations
Color information
#898363 (or 0x898363) is known color: Olive Haze. HEX triplet: 89, 83 and 63. RGB value is (137,131,99). Sum of RGB (Red+Green+Blue) = 137+131+99=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #898363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898363 is #767C9C. Grayscale: #818181. Windows color (decimal): -7765149 or 6521737. OLE color: 6521737.
HSL color Cylindrical-coordinate representation of color #898363: hue angle of 50.53º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #898363 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 99 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.46 |
| HSL | 50.53º | 0.16% | 0.46% | - |
| HSV(B) | 50.53º | 0.28% | 0.54% | - |
| XYZ | 20.68 | 22.45 | 15.05 | - |
| YUV | 129.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 99 | 0 | 0.04 | 0.28 | 0.46 | 50.53 | 0.16 | 0.46 |
| Hex | 89 | 83 | 63 | 0 | 4 | 1C | 2E | 33 | 10 | 2E |
| Octal | 211 | 203 | 143 | 0 | 4 | 34 | 56 | 63 | 20 | 56 |
| Binary | 10001001 | 10000011 | 1100011 | 0 | 100 | 11100 | 101110 | 110011 | 10000 | 101110 |
Color Harmonies of #898363
Complementary color
Monochromatic Colors of #898363
Black with #898363
Text Example
Text Example
White with #898363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898363; }
p { color: rgb(137,131,99); }
H1.HeaderClassName
{
color: #898363;
}
.AnyTagClassName
{
color: #898363;
}
</style>
background-color css
<style>
a { background-color: #898363; }
a { background-color: rgb(137,131,99); }
div.DivClassName
{
background-color: #898363;
}
.BgClassName
{
background-color: #898363;
}
</style>
border-color css
<style>
span { border-color: #898363; }
span { border-color: rgb(137,131,99); }
td.TdClassName
{
border-color: #898363;
}
.TagClassName
{
border-color: #898363;
}
</style>