Shades of Olive Haze #8B8260
Tints of Olive Haze #8B8260
RGB
CMYK
RGB Variations
Color information
#8B8260 (or 0x8B8260) is known color: Olive Haze. HEX triplet: 8B, 82 and 60. RGB value is (139,130,96). Sum of RGB (Red+Green+Blue) = 139+130+96=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8260 is #747D9F. Grayscale: #808080. Windows color (decimal): -7634336 or 6324875. OLE color: 6324875.
HSL color Cylindrical-coordinate representation of color #8B8260: hue angle of 47.44º 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 #8B8260 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 96 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.45 |
| HSL | 47.44º | 0.18% | 0.46% | - |
| HSV(B) | 47.44º | 0.31% | 0.55% | - |
| XYZ | 20.74 | 22.3 | 14.28 | - |
| YUV | 128.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 96 | 0 | 0.06 | 0.31 | 0.45 | 47.44 | 0.18 | 0.46 |
| Hex | 8B | 82 | 60 | 0 | 6 | 1F | 2D | 2F | 12 | 2E |
| Octal | 213 | 202 | 140 | 0 | 6 | 37 | 55 | 57 | 22 | 56 |
| Binary | 10001011 | 10000010 | 1100000 | 0 | 110 | 11111 | 101101 | 101111 | 10010 | 101110 |
Color Harmonies of #8B8260
Complementary color
Monochromatic Colors of #8B8260
Black with #8B8260
Text Example
Text Example
White with #8B8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8260; }
p { color: rgb(139,130,96); }
H1.HeaderClassName
{
color: #8B8260;
}
.AnyTagClassName
{
color: #8B8260;
}
</style>
background-color css
<style>
a { background-color: #8B8260; }
a { background-color: rgb(139,130,96); }
div.DivClassName
{
background-color: #8B8260;
}
.BgClassName
{
background-color: #8B8260;
}
</style>
border-color css
<style>
span { border-color: #8B8260; }
span { border-color: rgb(139,130,96); }
td.TdClassName
{
border-color: #8B8260;
}
.TagClassName
{
border-color: #8B8260;
}
</style>