Shades of Olive Haze #817C66
Tints of Olive Haze #817C66
RGB
CMYK
RGB Variations
Color information
#817C66 (or 0x817C66) is known color: Olive Haze. HEX triplet: 81, 7C and 66. RGB value is (129,124,102). Sum of RGB (Red+Green+Blue) = 129+124+102=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #817C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C66 is #7E8399. Grayscale: #7B7B7B. Windows color (decimal): -8291226 or 6716545. OLE color: 6716545.
HSL color Cylindrical-coordinate representation of color #817C66: hue angle of 48.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817C66 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 102 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.49 |
| HSL | 48.89º | 0.12% | 0.45% | - |
| HSV(B) | 48.89º | 0.21% | 0.51% | - |
| XYZ | 18.66 | 20.04 | 15.46 | - |
| YUV | 122.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 102 | 0 | 0.04 | 0.21 | 0.49 | 48.89 | 0.12 | 0.45 |
| Hex | 81 | 7C | 66 | 0 | 4 | 15 | 31 | 31 | C | 2D |
| Octal | 201 | 174 | 146 | 0 | 4 | 25 | 61 | 61 | 14 | 55 |
| Binary | 10000001 | 1111100 | 1100110 | 0 | 100 | 10101 | 110001 | 110001 | 1100 | 101101 |
Color Harmonies of #817C66
Complementary color
Monochromatic Colors of #817C66
Black with #817C66
Text Example
Text Example
White with #817C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C66; }
p { color: rgb(129,124,102); }
H1.HeaderClassName
{
color: #817C66;
}
.AnyTagClassName
{
color: #817C66;
}
</style>
background-color css
<style>
a { background-color: #817C66; }
a { background-color: rgb(129,124,102); }
div.DivClassName
{
background-color: #817C66;
}
.BgClassName
{
background-color: #817C66;
}
</style>
border-color css
<style>
span { border-color: #817C66; }
span { border-color: rgb(129,124,102); }
td.TdClassName
{
border-color: #817C66;
}
.TagClassName
{
border-color: #817C66;
}
</style>