Shades of Olive Haze #898265
Tints of Olive Haze #898265
RGB
CMYK
RGB Variations
Color information
#898265 (or 0x898265) is known color: Olive Haze. HEX triplet: 89, 82 and 65. RGB value is (137,130,101). Sum of RGB (Red+Green+Blue) = 137+130+101=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #898265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898265 is #767D9A. Grayscale: #808080. Windows color (decimal): -7765403 or 6652553. OLE color: 6652553.
HSL color Cylindrical-coordinate representation of color #898265: hue angle of 48.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898265 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 101 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.46 |
| HSL | 48.33º | 0.15% | 0.47% | - |
| HSV(B) | 48.33º | 0.26% | 0.54% | - |
| XYZ | 20.65 | 22.22 | 15.51 | - |
| YUV | 128.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 101 | 0 | 0.05 | 0.26 | 0.46 | 48.33 | 0.15 | 0.47 |
| Hex | 89 | 82 | 65 | 0 | 5 | 1A | 2E | 30 | F | 2F |
| Octal | 211 | 202 | 145 | 0 | 5 | 32 | 56 | 60 | 17 | 57 |
| Binary | 10001001 | 10000010 | 1100101 | 0 | 101 | 11010 | 101110 | 110000 | 1111 | 101111 |
Color Harmonies of #898265
Complementary color
Monochromatic Colors of #898265
Black with #898265
Text Example
Text Example
White with #898265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898265; }
p { color: rgb(137,130,101); }
H1.HeaderClassName
{
color: #898265;
}
.AnyTagClassName
{
color: #898265;
}
</style>
background-color css
<style>
a { background-color: #898265; }
a { background-color: rgb(137,130,101); }
div.DivClassName
{
background-color: #898265;
}
.BgClassName
{
background-color: #898265;
}
</style>
border-color css
<style>
span { border-color: #898265; }
span { border-color: rgb(137,130,101); }
td.TdClassName
{
border-color: #898265;
}
.TagClassName
{
border-color: #898265;
}
</style>