Shades of Olive Haze #8A8260
Tints of Olive Haze #8A8260
RGB
CMYK
RGB Variations
Color information
#8A8260 (or 0x8A8260) is known color: Olive Haze. HEX triplet: 8A, 82 and 60. RGB value is (138,130,96). Sum of RGB (Red+Green+Blue) = 138+130+96=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8260 is #757D9F. Grayscale: #808080. Windows color (decimal): -7699872 or 6324874. OLE color: 6324874.
HSL color Cylindrical-coordinate representation of color #8A8260: hue angle of 48.57º 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 #8A8260 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 96 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.46 |
| HSL | 48.57º | 0.18% | 0.46% | - |
| HSV(B) | 48.57º | 0.3% | 0.54% | - |
| XYZ | 20.58 | 22.21 | 14.27 | - |
| YUV | 128.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 96 | 0 | 0.06 | 0.30 | 0.46 | 48.57 | 0.18 | 0.46 |
| Hex | 8A | 82 | 60 | 0 | 6 | 1E | 2E | 31 | 12 | 2E |
| Octal | 212 | 202 | 140 | 0 | 6 | 36 | 56 | 61 | 22 | 56 |
| Binary | 10001010 | 10000010 | 1100000 | 0 | 110 | 11110 | 101110 | 110001 | 10010 | 101110 |
Color Harmonies of #8A8260
Complementary color
Monochromatic Colors of #8A8260
Black with #8A8260
Text Example
Text Example
White with #8A8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8260; }
p { color: rgb(138,130,96); }
H1.HeaderClassName
{
color: #8A8260;
}
.AnyTagClassName
{
color: #8A8260;
}
</style>
background-color css
<style>
a { background-color: #8A8260; }
a { background-color: rgb(138,130,96); }
div.DivClassName
{
background-color: #8A8260;
}
.BgClassName
{
background-color: #8A8260;
}
</style>
border-color css
<style>
span { border-color: #8A8260; }
span { border-color: rgb(138,130,96); }
td.TdClassName
{
border-color: #8A8260;
}
.TagClassName
{
border-color: #8A8260;
}
</style>