Shades of Olive Haze #827E68
Tints of Olive Haze #827E68
RGB
CMYK
RGB Variations
Color information
#827E68 (or 0x827E68) is known color: Olive Haze. HEX triplet: 82, 7E and 68. RGB value is (130,126,104). Sum of RGB (Red+Green+Blue) = 130+126+104=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #827E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E68 is #7D8197. Grayscale: #7C7C7C. Windows color (decimal): -8225176 or 6848130. OLE color: 6848130.
HSL color Cylindrical-coordinate representation of color #827E68: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827E68 is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 104 | - |
| CMYK | 0 | 0.03 | 0.2 | 0.49 |
| HSL | 50.77º | 0.11% | 0.46% | - |
| HSV(B) | 50.77º | 0.2% | 0.51% | - |
| XYZ | 19.17 | 20.67 | 16.08 | - |
| YUV | 124.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 104 | 0 | 0.03 | 0.2 | 0.49 | 50.77 | 0.11 | 0.46 |
| Hex | 82 | 7E | 68 | 0 | 3 | 14 | 31 | 33 | B | 2E |
| Octal | 202 | 176 | 150 | 0 | 3 | 24 | 61 | 63 | 13 | 56 |
| Binary | 10000010 | 1111110 | 1101000 | 0 | 11 | 10100 | 110001 | 110011 | 1011 | 101110 |
Color Harmonies of #827E68
Complementary color
Monochromatic Colors of #827E68
Black with #827E68
Text Example
Text Example
White with #827E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E68; }
p { color: rgb(130,126,104); }
H1.HeaderClassName
{
color: #827E68;
}
.AnyTagClassName
{
color: #827E68;
}
</style>
background-color css
<style>
a { background-color: #827E68; }
a { background-color: rgb(130,126,104); }
div.DivClassName
{
background-color: #827E68;
}
.BgClassName
{
background-color: #827E68;
}
</style>
border-color css
<style>
span { border-color: #827E68; }
span { border-color: rgb(130,126,104); }
td.TdClassName
{
border-color: #827E68;
}
.TagClassName
{
border-color: #827E68;
}
</style>