Shades of Olive Haze #858066
Tints of Olive Haze #858066
RGB
CMYK
RGB Variations
Color information
#858066 (or 0x858066) is known color: Olive Haze. HEX triplet: 85, 80 and 66. RGB value is (133,128,102). Sum of RGB (Red+Green+Blue) = 133+128+102=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #858066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858066 is #7A7F99. Grayscale: #7E7E7E. Windows color (decimal): -8028058 or 6717573. OLE color: 6717573.
HSL color Cylindrical-coordinate representation of color #858066: hue angle of 50.32º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858066 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 102 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.48 |
| HSL | 50.32º | 0.13% | 0.46% | - |
| HSV(B) | 50.32º | 0.23% | 0.52% | - |
| XYZ | 19.79 | 21.38 | 15.65 | - |
| YUV | 126.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 102 | 0 | 0.04 | 0.23 | 0.48 | 50.32 | 0.13 | 0.46 |
| Hex | 85 | 80 | 66 | 0 | 4 | 17 | 30 | 32 | D | 2E |
| Octal | 205 | 200 | 146 | 0 | 4 | 27 | 60 | 62 | 15 | 56 |
| Binary | 10000101 | 10000000 | 1100110 | 0 | 100 | 10111 | 110000 | 110010 | 1101 | 101110 |
Color Harmonies of #858066
Complementary color
Monochromatic Colors of #858066
Black with #858066
Text Example
Text Example
White with #858066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858066; }
p { color: rgb(133,128,102); }
H1.HeaderClassName
{
color: #858066;
}
.AnyTagClassName
{
color: #858066;
}
</style>
background-color css
<style>
a { background-color: #858066; }
a { background-color: rgb(133,128,102); }
div.DivClassName
{
background-color: #858066;
}
.BgClassName
{
background-color: #858066;
}
</style>
border-color css
<style>
span { border-color: #858066; }
span { border-color: rgb(133,128,102); }
td.TdClassName
{
border-color: #858066;
}
.TagClassName
{
border-color: #858066;
}
</style>