Shades of Olive Haze #837E66
Tints of Olive Haze #837E66
RGB
CMYK
RGB Variations
Color information
#837E66 (or 0x837E66) is known color: Olive Haze. HEX triplet: 83, 7E and 66. RGB value is (131,126,102). Sum of RGB (Red+Green+Blue) = 131+126+102=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #837E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E66 is #7C8199. Grayscale: #7C7C7C. Windows color (decimal): -8159642 or 6717059. OLE color: 6717059.
HSL color Cylindrical-coordinate representation of color #837E66: hue angle of 49.66º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #837E66 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 102 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.49 |
| HSL | 49.66º | 0.12% | 0.46% | - |
| HSV(B) | 49.66º | 0.22% | 0.51% | - |
| XYZ | 19.22 | 20.71 | 15.55 | - |
| YUV | 124.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 102 | 0 | 0.04 | 0.22 | 0.49 | 49.66 | 0.12 | 0.46 |
| Hex | 83 | 7E | 66 | 0 | 4 | 16 | 31 | 32 | C | 2E |
| Octal | 203 | 176 | 146 | 0 | 4 | 26 | 61 | 62 | 14 | 56 |
| Binary | 10000011 | 1111110 | 1100110 | 0 | 100 | 10110 | 110001 | 110010 | 1100 | 101110 |
Color Harmonies of #837E66
Complementary color
Monochromatic Colors of #837E66
Black with #837E66
Text Example
Text Example
White with #837E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E66; }
p { color: rgb(131,126,102); }
H1.HeaderClassName
{
color: #837E66;
}
.AnyTagClassName
{
color: #837E66;
}
</style>
background-color css
<style>
a { background-color: #837E66; }
a { background-color: rgb(131,126,102); }
div.DivClassName
{
background-color: #837E66;
}
.BgClassName
{
background-color: #837E66;
}
</style>
border-color css
<style>
span { border-color: #837E66; }
span { border-color: rgb(131,126,102); }
td.TdClassName
{
border-color: #837E66;
}
.TagClassName
{
border-color: #837E66;
}
</style>