Shades of Olive #8B7600
Tints of Olive #8B7600
RGB
CMYK
RGB Variations
Color information
#8B7600 (or 0x8B7600) is known color: Olive. HEX triplet: 8B, 76 and 00. RGB value is (139,118,0). Sum of RGB (Red+Green+Blue) = 139+118+0=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7600 is #7489FF. Grayscale: #6F6F6F. Windows color (decimal): -7637504 or 30347. OLE color: 30347.
HSL color Cylindrical-coordinate representation of color #8B7600: hue angle of 50.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B7600 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.45 |
| HSL | 50.94º | 1% | 0.27% | - |
| HSV(B) | 50.94º | 1% | 0.55% | - |
| XYZ | 17.13 | 18.45 | 2.66 | - |
| YUV | 110.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 0 | 0 | 0.15 | 1 | 0.45 | 50.94 | 1 | 0.27 |
| Hex | 8B | 76 | 0 | 0 | F | 64 | 2D | 33 | 64 | 1B |
| Octal | 213 | 166 | 0 | 0 | 17 | 144 | 55 | 63 | 144 | 33 |
| Binary | 10001011 | 1110110 | 0 | 0 | 1111 | 1100100 | 101101 | 110011 | 1100100 | 11011 |
Color Harmonies of #8B7600
Complementary color
Monochromatic Colors of #8B7600
Black with #8B7600
Text Example
Text Example
White with #8B7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7600; }
p { color: rgb(139,118,0); }
H1.HeaderClassName
{
color: #8B7600;
}
.AnyTagClassName
{
color: #8B7600;
}
</style>
background-color css
<style>
a { background-color: #8B7600; }
a { background-color: rgb(139,118,0); }
div.DivClassName
{
background-color: #8B7600;
}
.BgClassName
{
background-color: #8B7600;
}
</style>
border-color css
<style>
span { border-color: #8B7600; }
span { border-color: rgb(139,118,0); }
td.TdClassName
{
border-color: #8B7600;
}
.TagClassName
{
border-color: #8B7600;
}
</style>