Shades of Olive Haze #817D67
Tints of Olive Haze #817D67
RGB
CMYK
RGB Variations
Color information
#817D67 (or 0x817D67) is known color: Olive Haze. HEX triplet: 81, 7D and 67. RGB value is (129,125,103). Sum of RGB (Red+Green+Blue) = 129+125+103=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #817D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D67 is #7E8298. Grayscale: #7B7B7B. Windows color (decimal): -8290969 or 6782337. OLE color: 6782337.
HSL color Cylindrical-coordinate representation of color #817D67: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817D67 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 103 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.49 |
| HSL | 50.77º | 0.11% | 0.45% | - |
| HSV(B) | 50.77º | 0.2% | 0.51% | - |
| XYZ | 18.84 | 20.31 | 15.76 | - |
| YUV | 123.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 103 | 0 | 0.03 | 0.20 | 0.49 | 50.77 | 0.11 | 0.45 |
| Hex | 81 | 7D | 67 | 0 | 3 | 14 | 31 | 33 | B | 2D |
| Octal | 201 | 175 | 147 | 0 | 3 | 24 | 61 | 63 | 13 | 55 |
| Binary | 10000001 | 1111101 | 1100111 | 0 | 11 | 10100 | 110001 | 110011 | 1011 | 101101 |
Color Harmonies of #817D67
Complementary color
Monochromatic Colors of #817D67
Black with #817D67
Text Example
Text Example
White with #817D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D67; }
p { color: rgb(129,125,103); }
H1.HeaderClassName
{
color: #817D67;
}
.AnyTagClassName
{
color: #817D67;
}
</style>
background-color css
<style>
a { background-color: #817D67; }
a { background-color: rgb(129,125,103); }
div.DivClassName
{
background-color: #817D67;
}
.BgClassName
{
background-color: #817D67;
}
</style>
border-color css
<style>
span { border-color: #817D67; }
span { border-color: rgb(129,125,103); }
td.TdClassName
{
border-color: #817D67;
}
.TagClassName
{
border-color: #817D67;
}
</style>