Shades of Olive #8B7A05
Tints of Olive #8B7A05
RGB
CMYK
RGB Variations
Color information
#8B7A05 (or 0x8B7A05) is known color: Olive. HEX triplet: 8B, 7A and 05. RGB value is (139,122,5). Sum of RGB (Red+Green+Blue) = 139+122+5=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7A05 is #7485FA. Grayscale: #727272. Windows color (decimal): -7636475 or 359051. OLE color: 359051.
HSL color Cylindrical-coordinate representation of color #8B7A05: hue angle of 52.39º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B7A05 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 5 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.45 |
| HSL | 52.39º | 0.93% | 0.28% | - |
| HSV(B) | 52.39º | 0.96% | 0.55% | - |
| XYZ | 17.63 | 19.42 | 2.96 | - |
| YUV | 113.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 5 | 0 | 0.12 | 0.96 | 0.45 | 52.39 | 0.93 | 0.28 |
| Hex | 8B | 7A | 5 | 0 | C | 60 | 2D | 34 | 5D | 1C |
| Octal | 213 | 172 | 5 | 0 | 14 | 140 | 55 | 64 | 135 | 34 |
| Binary | 10001011 | 1111010 | 101 | 0 | 1100 | 1100000 | 101101 | 110100 | 1011101 | 11100 |
Color Harmonies of #8B7A05
Complementary color
Monochromatic Colors of #8B7A05
Black with #8B7A05
Text Example
Text Example
White with #8B7A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A05; }
p { color: rgb(139,122,5); }
H1.HeaderClassName
{
color: #8B7A05;
}
.AnyTagClassName
{
color: #8B7A05;
}
</style>
background-color css
<style>
a { background-color: #8B7A05; }
a { background-color: rgb(139,122,5); }
div.DivClassName
{
background-color: #8B7A05;
}
.BgClassName
{
background-color: #8B7A05;
}
</style>
border-color css
<style>
span { border-color: #8B7A05; }
span { border-color: rgb(139,122,5); }
td.TdClassName
{
border-color: #8B7A05;
}
.TagClassName
{
border-color: #8B7A05;
}
</style>