Shades of Olive Haze #827D68
Tints of Olive Haze #827D68
RGB
CMYK
RGB Variations
Color information
#827D68 (or 0x827D68) is known color: Olive Haze. HEX triplet: 82, 7D and 68. RGB value is (130,125,104). Sum of RGB (Red+Green+Blue) = 130+125+104=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #827D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D68 is #7D8297. Grayscale: #7C7C7C. Windows color (decimal): -8225432 or 6847874. OLE color: 6847874.
HSL color Cylindrical-coordinate representation of color #827D68: hue angle of 48.46º 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 #827D68 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 104 | - |
| CMYK | 0 | 0.04 | 0.2 | 0.49 |
| HSL | 48.46º | 0.11% | 0.46% | - |
| HSV(B) | 48.46º | 0.2% | 0.51% | - |
| XYZ | 19.04 | 20.41 | 16.03 | - |
| YUV | 124.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 104 | 0 | 0.04 | 0.2 | 0.49 | 48.46 | 0.11 | 0.46 |
| Hex | 82 | 7D | 68 | 0 | 4 | 14 | 31 | 30 | B | 2E |
| Octal | 202 | 175 | 150 | 0 | 4 | 24 | 61 | 60 | 13 | 56 |
| Binary | 10000010 | 1111101 | 1101000 | 0 | 100 | 10100 | 110001 | 110000 | 1011 | 101110 |
Color Harmonies of #827D68
Complementary color
Monochromatic Colors of #827D68
Black with #827D68
Text Example
Text Example
White with #827D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D68; }
p { color: rgb(130,125,104); }
H1.HeaderClassName
{
color: #827D68;
}
.AnyTagClassName
{
color: #827D68;
}
</style>
background-color css
<style>
a { background-color: #827D68; }
a { background-color: rgb(130,125,104); }
div.DivClassName
{
background-color: #827D68;
}
.BgClassName
{
background-color: #827D68;
}
</style>
border-color css
<style>
span { border-color: #827D68; }
span { border-color: rgb(130,125,104); }
td.TdClassName
{
border-color: #827D68;
}
.TagClassName
{
border-color: #827D68;
}
</style>