Shades of Olive Haze #817D66
Tints of Olive Haze #817D66
RGB
CMYK
RGB Variations
Color information
#817D66 (or 0x817D66) is known color: Olive Haze. HEX triplet: 81, 7D and 66. RGB value is (129,125,102). Sum of RGB (Red+Green+Blue) = 129+125+102=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #817D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D66 is #7E8299. Grayscale: #7B7B7B. Windows color (decimal): -8290970 or 6716801. OLE color: 6716801.
HSL color Cylindrical-coordinate representation of color #817D66: hue angle of 51.11º 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 #817D66 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 102 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.49 |
| HSL | 51.11º | 0.12% | 0.45% | - |
| HSV(B) | 51.11º | 0.21% | 0.51% | - |
| XYZ | 18.79 | 20.29 | 15.5 | - |
| YUV | 123.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 102 | 0 | 0.03 | 0.21 | 0.49 | 51.11 | 0.12 | 0.45 |
| Hex | 81 | 7D | 66 | 0 | 3 | 15 | 31 | 33 | C | 2D |
| Octal | 201 | 175 | 146 | 0 | 3 | 25 | 61 | 63 | 14 | 55 |
| Binary | 10000001 | 1111101 | 1100110 | 0 | 11 | 10101 | 110001 | 110011 | 1100 | 101101 |
Color Harmonies of #817D66
Complementary color
Monochromatic Colors of #817D66
Black with #817D66
Text Example
Text Example
White with #817D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D66; }
p { color: rgb(129,125,102); }
H1.HeaderClassName
{
color: #817D66;
}
.AnyTagClassName
{
color: #817D66;
}
</style>
background-color css
<style>
a { background-color: #817D66; }
a { background-color: rgb(129,125,102); }
div.DivClassName
{
background-color: #817D66;
}
.BgClassName
{
background-color: #817D66;
}
</style>
border-color css
<style>
span { border-color: #817D66; }
span { border-color: rgb(129,125,102); }
td.TdClassName
{
border-color: #817D66;
}
.TagClassName
{
border-color: #817D66;
}
</style>