Shades of Olive Haze #837D68
Tints of Olive Haze #837D68
RGB
CMYK
RGB Variations
Color information
#837D68 (or 0x837D68) is known color: Olive Haze. HEX triplet: 83, 7D and 68. RGB value is (131,125,104). Sum of RGB (Red+Green+Blue) = 131+125+104=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 131 - color contains mainly: red. Hex color #837D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D68 is #7C8297. Grayscale: #7C7C7C. Windows color (decimal): -8159896 or 6847875. OLE color: 6847875.
HSL color Cylindrical-coordinate representation of color #837D68: hue angle of 46.67º degrees, saturation: 0.11, 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 #837D68 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 125 | 104 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.49 |
| HSL | 46.67º | 0.11% | 0.46% | - |
| HSV(B) | 46.67º | 0.21% | 0.51% | - |
| XYZ | 19.19 | 20.49 | 16.04 | - |
| YUV | 124.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 104 | 0 | 0.05 | 0.21 | 0.49 | 46.67 | 0.11 | 0.46 |
| Hex | 83 | 7D | 68 | 0 | 5 | 15 | 31 | 2F | B | 2E |
| Octal | 203 | 175 | 150 | 0 | 5 | 25 | 61 | 57 | 13 | 56 |
| Binary | 10000011 | 1111101 | 1101000 | 0 | 101 | 10101 | 110001 | 101111 | 1011 | 101110 |
Color Harmonies of #837D68
Complementary color
Monochromatic Colors of #837D68
Black with #837D68
Text Example
Text Example
White with #837D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D68; }
p { color: rgb(131,125,104); }
H1.HeaderClassName
{
color: #837D68;
}
.AnyTagClassName
{
color: #837D68;
}
</style>
background-color css
<style>
a { background-color: #837D68; }
a { background-color: rgb(131,125,104); }
div.DivClassName
{
background-color: #837D68;
}
.BgClassName
{
background-color: #837D68;
}
</style>
border-color css
<style>
span { border-color: #837D68; }
span { border-color: rgb(131,125,104); }
td.TdClassName
{
border-color: #837D68;
}
.TagClassName
{
border-color: #837D68;
}
</style>