Shades of Olive Haze #8B8460
Tints of Olive Haze #8B8460
RGB
CMYK
RGB Variations
Color information
#8B8460 (or 0x8B8460) is known color: Olive Haze. HEX triplet: 8B, 84 and 60. RGB value is (139,132,96). Sum of RGB (Red+Green+Blue) = 139+132+96=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8460 is #747B9F. Grayscale: #828282. Windows color (decimal): -7633824 or 6325387. OLE color: 6325387.
HSL color Cylindrical-coordinate representation of color #8B8460: hue angle of 50.23º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8460 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 96 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.45 |
| HSL | 50.23º | 0.18% | 0.46% | - |
| HSV(B) | 50.23º | 0.31% | 0.55% | - |
| XYZ | 21.01 | 22.84 | 14.37 | - |
| YUV | 129.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 96 | 0 | 0.05 | 0.31 | 0.45 | 50.23 | 0.18 | 0.46 |
| Hex | 8B | 84 | 60 | 0 | 5 | 1F | 2D | 32 | 12 | 2E |
| Octal | 213 | 204 | 140 | 0 | 5 | 37 | 55 | 62 | 22 | 56 |
| Binary | 10001011 | 10000100 | 1100000 | 0 | 101 | 11111 | 101101 | 110010 | 10010 | 101110 |
Color Harmonies of #8B8460
Complementary color
Monochromatic Colors of #8B8460
Black with #8B8460
Text Example
Text Example
White with #8B8460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8460; }
p { color: rgb(139,132,96); }
H1.HeaderClassName
{
color: #8B8460;
}
.AnyTagClassName
{
color: #8B8460;
}
</style>
background-color css
<style>
a { background-color: #8B8460; }
a { background-color: rgb(139,132,96); }
div.DivClassName
{
background-color: #8B8460;
}
.BgClassName
{
background-color: #8B8460;
}
</style>
border-color css
<style>
span { border-color: #8B8460; }
span { border-color: rgb(139,132,96); }
td.TdClassName
{
border-color: #8B8460;
}
.TagClassName
{
border-color: #8B8460;
}
</style>