Shades of Olive Haze #8A805F
Tints of Olive Haze #8A805F
RGB
CMYK
RGB Variations
Color information
#8A805F (or 0x8A805F) is known color: Olive Haze. HEX triplet: 8A, 80 and 5F. RGB value is (138,128,95). Sum of RGB (Red+Green+Blue) = 138+128+95=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A805F is #757FA0. Grayscale: #7F7F7F. Windows color (decimal): -7700385 or 6258826. OLE color: 6258826.
HSL color Cylindrical-coordinate representation of color #8A805F: hue angle of 46.05º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A805F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 95 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.46 |
| HSL | 46.05º | 0.18% | 0.46% | - |
| HSV(B) | 46.05º | 0.31% | 0.54% | - |
| XYZ | 20.27 | 21.67 | 13.94 | - |
| YUV | 127.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 95 | 0 | 0.07 | 0.31 | 0.46 | 46.05 | 0.18 | 0.46 |
| Hex | 8A | 80 | 5F | 0 | 7 | 1F | 2E | 2E | 12 | 2E |
| Octal | 212 | 200 | 137 | 0 | 7 | 37 | 56 | 56 | 22 | 56 |
| Binary | 10001010 | 10000000 | 1011111 | 0 | 111 | 11111 | 101110 | 101110 | 10010 | 101110 |
Color Harmonies of #8A805F
Complementary color
Monochromatic Colors of #8A805F
Black with #8A805F
Text Example
Text Example
White with #8A805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A805F; }
p { color: rgb(138,128,95); }
H1.HeaderClassName
{
color: #8A805F;
}
.AnyTagClassName
{
color: #8A805F;
}
</style>
background-color css
<style>
a { background-color: #8A805F; }
a { background-color: rgb(138,128,95); }
div.DivClassName
{
background-color: #8A805F;
}
.BgClassName
{
background-color: #8A805F;
}
</style>
border-color css
<style>
span { border-color: #8A805F; }
span { border-color: rgb(138,128,95); }
td.TdClassName
{
border-color: #8A805F;
}
.TagClassName
{
border-color: #8A805F;
}
</style>