Shades of Olive #8B7400
Tints of Olive #8B7400
RGB
CMYK
RGB Variations
Color information
#8B7400 (or 0x8B7400) is known color: Olive. HEX triplet: 8B, 74 and 00. RGB value is (139,116,0). Sum of RGB (Red+Green+Blue) = 139+116+0=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7400 is #748BFF. Grayscale: #6E6E6E. Windows color (decimal): -7638016 or 29835. OLE color: 29835.
HSL color Cylindrical-coordinate representation of color #8B7400: hue angle of 50.07º 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 #8B7400 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.45 |
| HSL | 50.07º | 1% | 0.27% | - |
| HSV(B) | 50.07º | 1% | 0.55% | - |
| XYZ | 16.89 | 17.98 | 2.58 | - |
| YUV | 109.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 0 | 0 | 0.17 | 1 | 0.45 | 50.07 | 1 | 0.27 |
| Hex | 8B | 74 | 0 | 0 | 11 | 64 | 2D | 32 | 64 | 1B |
| Octal | 213 | 164 | 0 | 0 | 21 | 144 | 55 | 62 | 144 | 33 |
| Binary | 10001011 | 1110100 | 0 | 0 | 10001 | 1100100 | 101101 | 110010 | 1100100 | 11011 |
Color Harmonies of #8B7400
Complementary color
Monochromatic Colors of #8B7400
Black with #8B7400
Text Example
Text Example
White with #8B7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7400; }
p { color: rgb(139,116,0); }
H1.HeaderClassName
{
color: #8B7400;
}
.AnyTagClassName
{
color: #8B7400;
}
</style>
background-color css
<style>
a { background-color: #8B7400; }
a { background-color: rgb(139,116,0); }
div.DivClassName
{
background-color: #8B7400;
}
.BgClassName
{
background-color: #8B7400;
}
</style>
border-color css
<style>
span { border-color: #8B7400; }
span { border-color: rgb(139,116,0); }
td.TdClassName
{
border-color: #8B7400;
}
.TagClassName
{
border-color: #8B7400;
}
</style>