Shades of Olive Haze #887D62
Tints of Olive Haze #887D62
RGB
CMYK
RGB Variations
Color information
#887D62 (or 0x887D62) is known color: Olive Haze. HEX triplet: 88, 7D and 62. RGB value is (136,125,98). Sum of RGB (Red+Green+Blue) = 136+125+98=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #887D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D62 is #77829D. Grayscale: #7D7D7D. Windows color (decimal): -7832222 or 6454664. OLE color: 6454664.
HSL color Cylindrical-coordinate representation of color #887D62: hue angle of 42.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #887D62 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 98 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.47 |
| HSL | 42.63º | 0.16% | 0.46% | - |
| HSV(B) | 42.63º | 0.28% | 0.53% | - |
| XYZ | 19.69 | 20.78 | 14.53 | - |
| YUV | 125.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 98 | 0 | 0.08 | 0.28 | 0.47 | 42.63 | 0.16 | 0.46 |
| Hex | 88 | 7D | 62 | 0 | 8 | 1C | 2F | 2B | 10 | 2E |
| Octal | 210 | 175 | 142 | 0 | 10 | 34 | 57 | 53 | 20 | 56 |
| Binary | 10001000 | 1111101 | 1100010 | 0 | 1000 | 11100 | 101111 | 101011 | 10000 | 101110 |
Color Harmonies of #887D62
Complementary color
Monochromatic Colors of #887D62
Black with #887D62
Text Example
Text Example
White with #887D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D62; }
p { color: rgb(136,125,98); }
H1.HeaderClassName
{
color: #887D62;
}
.AnyTagClassName
{
color: #887D62;
}
</style>
background-color css
<style>
a { background-color: #887D62; }
a { background-color: rgb(136,125,98); }
div.DivClassName
{
background-color: #887D62;
}
.BgClassName
{
background-color: #887D62;
}
</style>
border-color css
<style>
span { border-color: #887D62; }
span { border-color: rgb(136,125,98); }
td.TdClassName
{
border-color: #887D62;
}
.TagClassName
{
border-color: #887D62;
}
</style>