Shades of Olive Haze #8A8360
Tints of Olive Haze #8A8360
RGB
CMYK
RGB Variations
Color information
#8A8360 (or 0x8A8360) is known color: Olive Haze. HEX triplet: 8A, 83 and 60. RGB value is (138,131,96). Sum of RGB (Red+Green+Blue) = 138+131+96=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8360 is #757C9F. Grayscale: #818181. Windows color (decimal): -7699616 or 6325130. OLE color: 6325130.
HSL color Cylindrical-coordinate representation of color #8A8360: hue angle of 50º 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 #8A8360 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 131 | 96 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.46 |
| HSL | 50º | 0.18% | 0.46% | - |
| HSV(B) | 50º | 0.3% | 0.54% | - |
| XYZ | 20.71 | 22.48 | 14.31 | - |
| YUV | 129.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 96 | 0 | 0.05 | 0.30 | 0.46 | 50 | 0.18 | 0.46 |
| Hex | 8A | 83 | 60 | 0 | 5 | 1E | 2E | 32 | 12 | 2E |
| Octal | 212 | 203 | 140 | 0 | 5 | 36 | 56 | 62 | 22 | 56 |
| Binary | 10001010 | 10000011 | 1100000 | 0 | 101 | 11110 | 101110 | 110010 | 10010 | 101110 |
Color Harmonies of #8A8360
Complementary color
Monochromatic Colors of #8A8360
Black with #8A8360
Text Example
Text Example
White with #8A8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8360; }
p { color: rgb(138,131,96); }
H1.HeaderClassName
{
color: #8A8360;
}
.AnyTagClassName
{
color: #8A8360;
}
</style>
background-color css
<style>
a { background-color: #8A8360; }
a { background-color: rgb(138,131,96); }
div.DivClassName
{
background-color: #8A8360;
}
.BgClassName
{
background-color: #8A8360;
}
</style>
border-color css
<style>
span { border-color: #8A8360; }
span { border-color: rgb(138,131,96); }
td.TdClassName
{
border-color: #8A8360;
}
.TagClassName
{
border-color: #8A8360;
}
</style>