Shades of Olive Haze #857F68
Tints of Olive Haze #857F68
RGB
CMYK
RGB Variations
Color information
#857F68 (or 0x857F68) is known color: Olive Haze. HEX triplet: 85, 7F and 68. RGB value is (133,127,104). Sum of RGB (Red+Green+Blue) = 133+127+104=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F68 is #7A8097. Grayscale: #7E7E7E. Windows color (decimal): -8028312 or 6848389. OLE color: 6848389.
HSL color Cylindrical-coordinate representation of color #857F68: hue angle of 47.59º 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 #857F68 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 104 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.48 |
| HSL | 47.59º | 0.12% | 0.46% | - |
| HSV(B) | 47.59º | 0.22% | 0.52% | - |
| XYZ | 19.76 | 21.16 | 16.14 | - |
| YUV | 126.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 104 | 0 | 0.05 | 0.22 | 0.48 | 47.59 | 0.12 | 0.46 |
| Hex | 85 | 7F | 68 | 0 | 5 | 16 | 30 | 30 | C | 2E |
| Octal | 205 | 177 | 150 | 0 | 5 | 26 | 60 | 60 | 14 | 56 |
| Binary | 10000101 | 1111111 | 1101000 | 0 | 101 | 10110 | 110000 | 110000 | 1100 | 101110 |
Color Harmonies of #857F68
Complementary color
Monochromatic Colors of #857F68
Black with #857F68
Text Example
Text Example
White with #857F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F68; }
p { color: rgb(133,127,104); }
H1.HeaderClassName
{
color: #857F68;
}
.AnyTagClassName
{
color: #857F68;
}
</style>
background-color css
<style>
a { background-color: #857F68; }
a { background-color: rgb(133,127,104); }
div.DivClassName
{
background-color: #857F68;
}
.BgClassName
{
background-color: #857F68;
}
</style>
border-color css
<style>
span { border-color: #857F68; }
span { border-color: rgb(133,127,104); }
td.TdClassName
{
border-color: #857F68;
}
.TagClassName
{
border-color: #857F68;
}
</style>