Shades of Olive Haze #827D67
Tints of Olive Haze #827D67
RGB
CMYK
RGB Variations
Color information
#827D67 (or 0x827D67) is known color: Olive Haze. HEX triplet: 82, 7D and 67. RGB value is (130,125,103). Sum of RGB (Red+Green+Blue) = 130+125+103=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #827D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D67 is #7D8298. Grayscale: #7C7C7C. Windows color (decimal): -8225433 or 6782338. OLE color: 6782338.
HSL color Cylindrical-coordinate representation of color #827D67: hue angle of 48.89º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #827D67 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 103 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.49 |
| HSL | 48.89º | 0.12% | 0.46% | - |
| HSV(B) | 48.89º | 0.21% | 0.51% | - |
| XYZ | 18.99 | 20.39 | 15.77 | - |
| YUV | 123.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 103 | 0 | 0.04 | 0.21 | 0.49 | 48.89 | 0.12 | 0.46 |
| Hex | 82 | 7D | 67 | 0 | 4 | 15 | 31 | 31 | C | 2E |
| Octal | 202 | 175 | 147 | 0 | 4 | 25 | 61 | 61 | 14 | 56 |
| Binary | 10000010 | 1111101 | 1100111 | 0 | 100 | 10101 | 110001 | 110001 | 1100 | 101110 |
Color Harmonies of #827D67
Complementary color
Monochromatic Colors of #827D67
Black with #827D67
Text Example
Text Example
White with #827D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D67; }
p { color: rgb(130,125,103); }
H1.HeaderClassName
{
color: #827D67;
}
.AnyTagClassName
{
color: #827D67;
}
</style>
background-color css
<style>
a { background-color: #827D67; }
a { background-color: rgb(130,125,103); }
div.DivClassName
{
background-color: #827D67;
}
.BgClassName
{
background-color: #827D67;
}
</style>
border-color css
<style>
span { border-color: #827D67; }
span { border-color: rgb(130,125,103); }
td.TdClassName
{
border-color: #827D67;
}
.TagClassName
{
border-color: #827D67;
}
</style>