Shades of Olive #8B7A00
Tints of Olive #8B7A00
RGB
CMYK
RGB Variations
Color information
#8B7A00 (or 0x8B7A00) is known color: Olive. HEX triplet: 8B, 7A and 00. RGB value is (139,122,0). Sum of RGB (Red+Green+Blue) = 139+122+0=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7A00 is #7485FF. Grayscale: #717171. Windows color (decimal): -7636480 or 31371. OLE color: 31371.
HSL color Cylindrical-coordinate representation of color #8B7A00: hue angle of 52.66º 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 #8B7A00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.45 |
| HSL | 52.66º | 1% | 0.27% | - |
| HSV(B) | 52.66º | 1% | 0.55% | - |
| XYZ | 17.61 | 19.41 | 2.82 | - |
| YUV | 113.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 0 | 0 | 0.12 | 1 | 0.45 | 52.66 | 1 | 0.27 |
| Hex | 8B | 7A | 0 | 0 | C | 64 | 2D | 35 | 64 | 1B |
| Octal | 213 | 172 | 0 | 0 | 14 | 144 | 55 | 65 | 144 | 33 |
| Binary | 10001011 | 1111010 | 0 | 0 | 1100 | 1100100 | 101101 | 110101 | 1100100 | 11011 |
Color Harmonies of #8B7A00
Complementary color
Monochromatic Colors of #8B7A00
Black with #8B7A00
Text Example
Text Example
White with #8B7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A00; }
p { color: rgb(139,122,0); }
H1.HeaderClassName
{
color: #8B7A00;
}
.AnyTagClassName
{
color: #8B7A00;
}
</style>
background-color css
<style>
a { background-color: #8B7A00; }
a { background-color: rgb(139,122,0); }
div.DivClassName
{
background-color: #8B7A00;
}
.BgClassName
{
background-color: #8B7A00;
}
</style>
border-color css
<style>
span { border-color: #8B7A00; }
span { border-color: rgb(139,122,0); }
td.TdClassName
{
border-color: #8B7A00;
}
.TagClassName
{
border-color: #8B7A00;
}
</style>