Shades of Olive Haze #857E68
Tints of Olive Haze #857E68
RGB
CMYK
RGB Variations
Color information
#857E68 (or 0x857E68) is known color: Olive Haze. HEX triplet: 85, 7E and 68. RGB value is (133,126,104). Sum of RGB (Red+Green+Blue) = 133+126+104=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #857E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E68 is #7A8197. Grayscale: #7D7D7D. Windows color (decimal): -8028568 or 6848133. OLE color: 6848133.
HSL color Cylindrical-coordinate representation of color #857E68: hue angle of 45.52º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857E68 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 104 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.48 |
| HSL | 45.52º | 0.12% | 0.46% | - |
| HSV(B) | 45.52º | 0.22% | 0.52% | - |
| XYZ | 19.63 | 20.91 | 16.1 | - |
| YUV | 125.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 104 | 0 | 0.05 | 0.22 | 0.48 | 45.52 | 0.12 | 0.46 |
| Hex | 85 | 7E | 68 | 0 | 5 | 16 | 30 | 2E | C | 2E |
| Octal | 205 | 176 | 150 | 0 | 5 | 26 | 60 | 56 | 14 | 56 |
| Binary | 10000101 | 1111110 | 1101000 | 0 | 101 | 10110 | 110000 | 101110 | 1100 | 101110 |
Color Harmonies of #857E68
Complementary color
Monochromatic Colors of #857E68
Black with #857E68
Text Example
Text Example
White with #857E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E68; }
p { color: rgb(133,126,104); }
H1.HeaderClassName
{
color: #857E68;
}
.AnyTagClassName
{
color: #857E68;
}
</style>
background-color css
<style>
a { background-color: #857E68; }
a { background-color: rgb(133,126,104); }
div.DivClassName
{
background-color: #857E68;
}
.BgClassName
{
background-color: #857E68;
}
</style>
border-color css
<style>
span { border-color: #857E68; }
span { border-color: rgb(133,126,104); }
td.TdClassName
{
border-color: #857E68;
}
.TagClassName
{
border-color: #857E68;
}
</style>