Shades of Olive Haze #827B62
Tints of Olive Haze #827B62
RGB
CMYK
RGB Variations
Color information
#827B62 (or 0x827B62) is known color: Olive Haze. HEX triplet: 82, 7B and 62. RGB value is (130,123,98). Sum of RGB (Red+Green+Blue) = 130+123+98=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B62 is #7D849D. Grayscale: #7A7A7A. Windows color (decimal): -8225950 or 6454146. OLE color: 6454146.
HSL color Cylindrical-coordinate representation of color #827B62: hue angle of 46.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827B62 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 98 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.49 |
| HSL | 46.88º | 0.14% | 0.45% | - |
| HSV(B) | 46.88º | 0.25% | 0.51% | - |
| XYZ | 18.49 | 19.79 | 14.4 | - |
| YUV | 122.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 98 | 0 | 0.05 | 0.25 | 0.49 | 46.88 | 0.14 | 0.45 |
| Hex | 82 | 7B | 62 | 0 | 5 | 19 | 31 | 2F | E | 2D |
| Octal | 202 | 173 | 142 | 0 | 5 | 31 | 61 | 57 | 16 | 55 |
| Binary | 10000010 | 1111011 | 1100010 | 0 | 101 | 11001 | 110001 | 101111 | 1110 | 101101 |
Color Harmonies of #827B62
Complementary color
Monochromatic Colors of #827B62
Black with #827B62
Text Example
Text Example
White with #827B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B62; }
p { color: rgb(130,123,98); }
H1.HeaderClassName
{
color: #827B62;
}
.AnyTagClassName
{
color: #827B62;
}
</style>
background-color css
<style>
a { background-color: #827B62; }
a { background-color: rgb(130,123,98); }
div.DivClassName
{
background-color: #827B62;
}
.BgClassName
{
background-color: #827B62;
}
</style>
border-color css
<style>
span { border-color: #827B62; }
span { border-color: rgb(130,123,98); }
td.TdClassName
{
border-color: #827B62;
}
.TagClassName
{
border-color: #827B62;
}
</style>