Shades of Olive Haze #898367
Tints of Olive Haze #898367
RGB
CMYK
RGB Variations
Color information
#898367 (or 0x898367) is known color: Olive Haze. HEX triplet: 89, 83 and 67. RGB value is (137,131,103). Sum of RGB (Red+Green+Blue) = 137+131+103=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #898367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898367 is #767C98. Grayscale: #818181. Windows color (decimal): -7765145 or 6783881. OLE color: 6783881.
HSL color Cylindrical-coordinate representation of color #898367: hue angle of 49.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #898367 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 103 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.46 |
| HSL | 49.41º | 0.14% | 0.47% | - |
| HSV(B) | 49.41º | 0.25% | 0.54% | - |
| XYZ | 20.88 | 22.53 | 16.08 | - |
| YUV | 129.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 103 | 0 | 0.04 | 0.25 | 0.46 | 49.41 | 0.14 | 0.47 |
| Hex | 89 | 83 | 67 | 0 | 4 | 19 | 2E | 31 | E | 2F |
| Octal | 211 | 203 | 147 | 0 | 4 | 31 | 56 | 61 | 16 | 57 |
| Binary | 10001001 | 10000011 | 1100111 | 0 | 100 | 11001 | 101110 | 110001 | 1110 | 101111 |
Color Harmonies of #898367
Complementary color
Monochromatic Colors of #898367
Black with #898367
Text Example
Text Example
White with #898367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898367; }
p { color: rgb(137,131,103); }
H1.HeaderClassName
{
color: #898367;
}
.AnyTagClassName
{
color: #898367;
}
</style>
background-color css
<style>
a { background-color: #898367; }
a { background-color: rgb(137,131,103); }
div.DivClassName
{
background-color: #898367;
}
.BgClassName
{
background-color: #898367;
}
</style>
border-color css
<style>
span { border-color: #898367; }
span { border-color: rgb(137,131,103); }
td.TdClassName
{
border-color: #898367;
}
.TagClassName
{
border-color: #898367;
}
</style>