Shades of Olive Haze #817A5F
Tints of Olive Haze #817A5F
RGB
CMYK
RGB Variations
Color information
#817A5F (or 0x817A5F) is known color: Olive Haze. HEX triplet: 81, 7A and 5F. RGB value is (129,122,95). Sum of RGB (Red+Green+Blue) = 129+122+95=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #817A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A5F is #7E85A0. Grayscale: #797979. Windows color (decimal): -8291745 or 6257281. OLE color: 6257281.
HSL color Cylindrical-coordinate representation of color #817A5F: hue angle of 47.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817A5F is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 95 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.49 |
| HSL | 47.65º | 0.15% | 0.44% | - |
| HSV(B) | 47.65º | 0.26% | 0.51% | - |
| XYZ | 18.08 | 19.41 | 13.62 | - |
| YUV | 121.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 95 | 0 | 0.05 | 0.26 | 0.49 | 47.65 | 0.15 | 0.44 |
| Hex | 81 | 7A | 5F | 0 | 5 | 1A | 31 | 30 | F | 2C |
| Octal | 201 | 172 | 137 | 0 | 5 | 32 | 61 | 60 | 17 | 54 |
| Binary | 10000001 | 1111010 | 1011111 | 0 | 101 | 11010 | 110001 | 110000 | 1111 | 101100 |
Color Harmonies of #817A5F
Complementary color
Monochromatic Colors of #817A5F
Black with #817A5F
Text Example
Text Example
White with #817A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A5F; }
p { color: rgb(129,122,95); }
H1.HeaderClassName
{
color: #817A5F;
}
.AnyTagClassName
{
color: #817A5F;
}
</style>
background-color css
<style>
a { background-color: #817A5F; }
a { background-color: rgb(129,122,95); }
div.DivClassName
{
background-color: #817A5F;
}
.BgClassName
{
background-color: #817A5F;
}
</style>
border-color css
<style>
span { border-color: #817A5F; }
span { border-color: rgb(129,122,95); }
td.TdClassName
{
border-color: #817A5F;
}
.TagClassName
{
border-color: #817A5F;
}
</style>