Shades of Olive Haze #8A7F60
Tints of Olive Haze #8A7F60
RGB
CMYK
RGB Variations
Color information
#8A7F60 (or 0x8A7F60) is known color: Olive Haze. HEX triplet: 8A, 7F and 60. RGB value is (138,127,96). Sum of RGB (Red+Green+Blue) = 138+127+96=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F60 is #75809F. Grayscale: #7E7E7E. Windows color (decimal): -7700640 or 6324106. OLE color: 6324106.
HSL color Cylindrical-coordinate representation of color #8A7F60: hue angle of 44.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A7F60 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 96 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.46 |
| HSL | 44.29º | 0.18% | 0.46% | - |
| HSV(B) | 44.29º | 0.3% | 0.54% | - |
| XYZ | 20.18 | 21.43 | 14.14 | - |
| YUV | 126.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 96 | 0 | 0.08 | 0.30 | 0.46 | 44.29 | 0.18 | 0.46 |
| Hex | 8A | 7F | 60 | 0 | 8 | 1E | 2E | 2C | 12 | 2E |
| Octal | 212 | 177 | 140 | 0 | 10 | 36 | 56 | 54 | 22 | 56 |
| Binary | 10001010 | 1111111 | 1100000 | 0 | 1000 | 11110 | 101110 | 101100 | 10010 | 101110 |
Color Harmonies of #8A7F60
Complementary color
Monochromatic Colors of #8A7F60
Black with #8A7F60
Text Example
Text Example
White with #8A7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F60; }
p { color: rgb(138,127,96); }
H1.HeaderClassName
{
color: #8A7F60;
}
.AnyTagClassName
{
color: #8A7F60;
}
</style>
background-color css
<style>
a { background-color: #8A7F60; }
a { background-color: rgb(138,127,96); }
div.DivClassName
{
background-color: #8A7F60;
}
.BgClassName
{
background-color: #8A7F60;
}
</style>
border-color css
<style>
span { border-color: #8A7F60; }
span { border-color: rgb(138,127,96); }
td.TdClassName
{
border-color: #8A7F60;
}
.TagClassName
{
border-color: #8A7F60;
}
</style>