Shades of Olive Haze #897D63
Tints of Olive Haze #897D63
RGB
CMYK
RGB Variations
Color information
#897D63 (or 0x897D63) is known color: Olive Haze. HEX triplet: 89, 7D and 63. RGB value is (137,125,99). Sum of RGB (Red+Green+Blue) = 137+125+99=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #897D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D63 is #76829C. Grayscale: #7D7D7D. Windows color (decimal): -7766685 or 6520201. OLE color: 6520201.
HSL color Cylindrical-coordinate representation of color #897D63: hue angle of 41.05º 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 #897D63 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 99 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.46 |
| HSL | 41.05º | 0.16% | 0.46% | - |
| HSV(B) | 41.05º | 0.28% | 0.54% | - |
| XYZ | 19.9 | 20.89 | 14.79 | - |
| YUV | 125.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 99 | 0 | 0.09 | 0.28 | 0.46 | 41.05 | 0.16 | 0.46 |
| Hex | 89 | 7D | 63 | 0 | 9 | 1C | 2E | 29 | 10 | 2E |
| Octal | 211 | 175 | 143 | 0 | 11 | 34 | 56 | 51 | 20 | 56 |
| Binary | 10001001 | 1111101 | 1100011 | 0 | 1001 | 11100 | 101110 | 101001 | 10000 | 101110 |
Color Harmonies of #897D63
Complementary color
Monochromatic Colors of #897D63
Black with #897D63
Text Example
Text Example
White with #897D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D63; }
p { color: rgb(137,125,99); }
H1.HeaderClassName
{
color: #897D63;
}
.AnyTagClassName
{
color: #897D63;
}
</style>
background-color css
<style>
a { background-color: #897D63; }
a { background-color: rgb(137,125,99); }
div.DivClassName
{
background-color: #897D63;
}
.BgClassName
{
background-color: #897D63;
}
</style>
border-color css
<style>
span { border-color: #897D63; }
span { border-color: rgb(137,125,99); }
td.TdClassName
{
border-color: #897D63;
}
.TagClassName
{
border-color: #897D63;
}
</style>