Shades of Olive Haze #8A8161
Tints of Olive Haze #8A8161
RGB
CMYK
RGB Variations
Color information
#8A8161 (or 0x8A8161) is known color: Olive Haze. HEX triplet: 8A, 81 and 61. RGB value is (138,129,97). Sum of RGB (Red+Green+Blue) = 138+129+97=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8161 is #757E9E. Grayscale: #808080. Windows color (decimal): -7700127 or 6390154. OLE color: 6390154.
HSL color Cylindrical-coordinate representation of color #8A8161: hue angle of 46.83º degrees, saturation: 0.17, 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 #8A8161 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 97 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.46 |
| HSL | 46.83º | 0.17% | 0.46% | - |
| HSV(B) | 46.83º | 0.3% | 0.54% | - |
| XYZ | 20.49 | 21.97 | 14.47 | - |
| YUV | 128.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 97 | 0 | 0.07 | 0.30 | 0.46 | 46.83 | 0.17 | 0.46 |
| Hex | 8A | 81 | 61 | 0 | 7 | 1E | 2E | 2F | 11 | 2E |
| Octal | 212 | 201 | 141 | 0 | 7 | 36 | 56 | 57 | 21 | 56 |
| Binary | 10001010 | 10000001 | 1100001 | 0 | 111 | 11110 | 101110 | 101111 | 10001 | 101110 |
Color Harmonies of #8A8161
Complementary color
Monochromatic Colors of #8A8161
Black with #8A8161
Text Example
Text Example
White with #8A8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8161; }
p { color: rgb(138,129,97); }
H1.HeaderClassName
{
color: #8A8161;
}
.AnyTagClassName
{
color: #8A8161;
}
</style>
background-color css
<style>
a { background-color: #8A8161; }
a { background-color: rgb(138,129,97); }
div.DivClassName
{
background-color: #8A8161;
}
.BgClassName
{
background-color: #8A8161;
}
</style>
border-color css
<style>
span { border-color: #8A8161; }
span { border-color: rgb(138,129,97); }
td.TdClassName
{
border-color: #8A8161;
}
.TagClassName
{
border-color: #8A8161;
}
</style>