Shades of Olive Haze #897F5F
Tints of Olive Haze #897F5F
RGB
CMYK
RGB Variations
Color information
#897F5F (or 0x897F5F) is known color: Olive Haze. HEX triplet: 89, 7F and 5F. RGB value is (137,127,95). Sum of RGB (Red+Green+Blue) = 137+127+95=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #897F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F5F is #7680A0. Grayscale: #7E7E7E. Windows color (decimal): -7766177 or 6258569. OLE color: 6258569.
HSL color Cylindrical-coordinate representation of color #897F5F: hue angle of 45.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #897F5F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 95 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.46 |
| HSL | 45.71º | 0.18% | 0.45% | - |
| HSV(B) | 45.71º | 0.31% | 0.54% | - |
| XYZ | 19.97 | 21.32 | 13.89 | - |
| YUV | 126.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 95 | 0 | 0.07 | 0.31 | 0.46 | 45.71 | 0.18 | 0.45 |
| Hex | 89 | 7F | 5F | 0 | 7 | 1F | 2E | 2E | 12 | 2D |
| Octal | 211 | 177 | 137 | 0 | 7 | 37 | 56 | 56 | 22 | 55 |
| Binary | 10001001 | 1111111 | 1011111 | 0 | 111 | 11111 | 101110 | 101110 | 10010 | 101101 |
Color Harmonies of #897F5F
Complementary color
Monochromatic Colors of #897F5F
Black with #897F5F
Text Example
Text Example
White with #897F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F5F; }
p { color: rgb(137,127,95); }
H1.HeaderClassName
{
color: #897F5F;
}
.AnyTagClassName
{
color: #897F5F;
}
</style>
background-color css
<style>
a { background-color: #897F5F; }
a { background-color: rgb(137,127,95); }
div.DivClassName
{
background-color: #897F5F;
}
.BgClassName
{
background-color: #897F5F;
}
</style>
border-color css
<style>
span { border-color: #897F5F; }
span { border-color: rgb(137,127,95); }
td.TdClassName
{
border-color: #897F5F;
}
.TagClassName
{
border-color: #897F5F;
}
</style>