Shades of Olive Haze #817D6A
Tints of Olive Haze #817D6A
RGB
CMYK
RGB Variations
Color information
#817D6A (or 0x817D6A) is known color: Olive Haze. HEX triplet: 81, 7D and 6A. RGB value is (129,125,106). Sum of RGB (Red+Green+Blue) = 129+125+106=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #817D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D6A is #7E8295. Grayscale: #7C7C7C. Windows color (decimal): -8290966 or 6978945. OLE color: 6978945.
HSL color Cylindrical-coordinate representation of color #817D6A: hue angle of 49.57º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #817D6A is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 106 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.49 |
| HSL | 49.57º | 0.1% | 0.46% | - |
| HSV(B) | 49.57º | 0.18% | 0.51% | - |
| XYZ | 18.99 | 20.37 | 16.57 | - |
| YUV | 124.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 106 | 0 | 0.03 | 0.18 | 0.49 | 49.57 | 0.1 | 0.46 |
| Hex | 81 | 7D | 6A | 0 | 3 | 12 | 31 | 32 | A | 2E |
| Octal | 201 | 175 | 152 | 0 | 3 | 22 | 61 | 62 | 12 | 56 |
| Binary | 10000001 | 1111101 | 1101010 | 0 | 11 | 10010 | 110001 | 110010 | 1010 | 101110 |
Color Harmonies of #817D6A
Complementary color
Monochromatic Colors of #817D6A
Black with #817D6A
Text Example
Text Example
White with #817D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D6A; }
p { color: rgb(129,125,106); }
H1.HeaderClassName
{
color: #817D6A;
}
.AnyTagClassName
{
color: #817D6A;
}
</style>
background-color css
<style>
a { background-color: #817D6A; }
a { background-color: rgb(129,125,106); }
div.DivClassName
{
background-color: #817D6A;
}
.BgClassName
{
background-color: #817D6A;
}
</style>
border-color css
<style>
span { border-color: #817D6A; }
span { border-color: rgb(129,125,106); }
td.TdClassName
{
border-color: #817D6A;
}
.TagClassName
{
border-color: #817D6A;
}
</style>