Shades of Olive Haze #827C65
Tints of Olive Haze #827C65
RGB
CMYK
RGB Variations
Color information
#827C65 (or 0x827C65) is known color: Olive Haze. HEX triplet: 82, 7C and 65. RGB value is (130,124,101). Sum of RGB (Red+Green+Blue) = 130+124+101=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #827C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C65 is #7D839A. Grayscale: #7B7B7B. Windows color (decimal): -8225691 or 6651010. OLE color: 6651010.
HSL color Cylindrical-coordinate representation of color #827C65: hue angle of 47.59º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827C65 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 101 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.49 |
| HSL | 47.59º | 0.13% | 0.45% | - |
| HSV(B) | 47.59º | 0.22% | 0.51% | - |
| XYZ | 18.76 | 20.1 | 15.2 | - |
| YUV | 123.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 101 | 0 | 0.05 | 0.22 | 0.49 | 47.59 | 0.13 | 0.45 |
| Hex | 82 | 7C | 65 | 0 | 5 | 16 | 31 | 30 | D | 2D |
| Octal | 202 | 174 | 145 | 0 | 5 | 26 | 61 | 60 | 15 | 55 |
| Binary | 10000010 | 1111100 | 1100101 | 0 | 101 | 10110 | 110001 | 110000 | 1101 | 101101 |
Color Harmonies of #827C65
Complementary color
Monochromatic Colors of #827C65
Black with #827C65
Text Example
Text Example
White with #827C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C65; }
p { color: rgb(130,124,101); }
H1.HeaderClassName
{
color: #827C65;
}
.AnyTagClassName
{
color: #827C65;
}
</style>
background-color css
<style>
a { background-color: #827C65; }
a { background-color: rgb(130,124,101); }
div.DivClassName
{
background-color: #827C65;
}
.BgClassName
{
background-color: #827C65;
}
</style>
border-color css
<style>
span { border-color: #827C65; }
span { border-color: rgb(130,124,101); }
td.TdClassName
{
border-color: #827C65;
}
.TagClassName
{
border-color: #827C65;
}
</style>