Shades of Olive Haze #817C67
Tints of Olive Haze #817C67
RGB
CMYK
RGB Variations
Color information
#817C67 (or 0x817C67) is known color: Olive Haze. HEX triplet: 81, 7C and 67. RGB value is (129,124,103). Sum of RGB (Red+Green+Blue) = 129+124+103=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #817C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C67 is #7E8398. Grayscale: #7B7B7B. Windows color (decimal): -8291225 or 6782081. OLE color: 6782081.
HSL color Cylindrical-coordinate representation of color #817C67: hue angle of 48.46º 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 #817C67 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 103 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.49 |
| HSL | 48.46º | 0.11% | 0.45% | - |
| HSV(B) | 48.46º | 0.2% | 0.51% | - |
| XYZ | 18.71 | 20.06 | 15.72 | - |
| YUV | 123.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 103 | 0 | 0.04 | 0.20 | 0.49 | 48.46 | 0.11 | 0.45 |
| Hex | 81 | 7C | 67 | 0 | 4 | 14 | 31 | 30 | B | 2D |
| Octal | 201 | 174 | 147 | 0 | 4 | 24 | 61 | 60 | 13 | 55 |
| Binary | 10000001 | 1111100 | 1100111 | 0 | 100 | 10100 | 110001 | 110000 | 1011 | 101101 |
Color Harmonies of #817C67
Complementary color
Monochromatic Colors of #817C67
Black with #817C67
Text Example
Text Example
White with #817C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C67; }
p { color: rgb(129,124,103); }
H1.HeaderClassName
{
color: #817C67;
}
.AnyTagClassName
{
color: #817C67;
}
</style>
background-color css
<style>
a { background-color: #817C67; }
a { background-color: rgb(129,124,103); }
div.DivClassName
{
background-color: #817C67;
}
.BgClassName
{
background-color: #817C67;
}
</style>
border-color css
<style>
span { border-color: #817C67; }
span { border-color: rgb(129,124,103); }
td.TdClassName
{
border-color: #817C67;
}
.TagClassName
{
border-color: #817C67;
}
</style>