Shades of Olive Haze #807C64
Tints of Olive Haze #807C64
RGB
CMYK
RGB Variations
Color information
#807C64 (or 0x807C64) is known color: Olive Haze. HEX triplet: 80, 7C and 64. RGB value is (128,124,100). Sum of RGB (Red+Green+Blue) = 128+124+100=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #807C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C64 is #7F839B. Grayscale: #7A7A7A. Windows color (decimal): -8356764 or 6585472. OLE color: 6585472.
HSL color Cylindrical-coordinate representation of color #807C64: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807C64 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 100 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.50 |
| HSL | 51.43º | 0.12% | 0.45% | - |
| HSV(B) | 51.43º | 0.22% | 0.5% | - |
| XYZ | 18.41 | 19.92 | 14.93 | - |
| YUV | 122.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 100 | 0 | 0.03 | 0.22 | 0.50 | 51.43 | 0.12 | 0.45 |
| Hex | 80 | 7C | 64 | 0 | 3 | 16 | 32 | 33 | C | 2D |
| Octal | 200 | 174 | 144 | 0 | 3 | 26 | 62 | 63 | 14 | 55 |
| Binary | 10000000 | 1111100 | 1100100 | 0 | 11 | 10110 | 110010 | 110011 | 1100 | 101101 |
Color Harmonies of #807C64
Complementary color
Monochromatic Colors of #807C64
Black with #807C64
Text Example
Text Example
White with #807C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C64; }
p { color: rgb(128,124,100); }
H1.HeaderClassName
{
color: #807C64;
}
.AnyTagClassName
{
color: #807C64;
}
</style>
background-color css
<style>
a { background-color: #807C64; }
a { background-color: rgb(128,124,100); }
div.DivClassName
{
background-color: #807C64;
}
.BgClassName
{
background-color: #807C64;
}
</style>
border-color css
<style>
span { border-color: #807C64; }
span { border-color: rgb(128,124,100); }
td.TdClassName
{
border-color: #807C64;
}
.TagClassName
{
border-color: #807C64;
}
</style>