Shades of Olive #8B7A08
Tints of Olive #8B7A08
RGB
CMYK
RGB Variations
Color information
#8B7A08 (or 0x8B7A08) is known color: Olive. HEX triplet: 8B, 7A and 08. RGB value is (139,122,8). Sum of RGB (Red+Green+Blue) = 139+122+8=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7A08 is #7485F7. Grayscale: #727272. Windows color (decimal): -7636472 or 555659. OLE color: 555659.
HSL color Cylindrical-coordinate representation of color #8B7A08: hue angle of 52.21º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B7A08 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 8 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.45 |
| HSL | 52.21º | 0.89% | 0.29% | - |
| HSV(B) | 52.21º | 0.94% | 0.55% | - |
| XYZ | 17.65 | 19.43 | 3.05 | - |
| YUV | 114.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 8 | 0 | 0.12 | 0.94 | 0.45 | 52.21 | 0.89 | 0.29 |
| Hex | 8B | 7A | 8 | 0 | C | 5E | 2D | 34 | 59 | 1D |
| Octal | 213 | 172 | 10 | 0 | 14 | 136 | 55 | 64 | 131 | 35 |
| Binary | 10001011 | 1111010 | 1000 | 0 | 1100 | 1011110 | 101101 | 110100 | 1011001 | 11101 |
Color Harmonies of #8B7A08
Complementary color
Monochromatic Colors of #8B7A08
Black with #8B7A08
Text Example
Text Example
White with #8B7A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A08; }
p { color: rgb(139,122,8); }
H1.HeaderClassName
{
color: #8B7A08;
}
.AnyTagClassName
{
color: #8B7A08;
}
</style>
background-color css
<style>
a { background-color: #8B7A08; }
a { background-color: rgb(139,122,8); }
div.DivClassName
{
background-color: #8B7A08;
}
.BgClassName
{
background-color: #8B7A08;
}
</style>
border-color css
<style>
span { border-color: #8B7A08; }
span { border-color: rgb(139,122,8); }
td.TdClassName
{
border-color: #8B7A08;
}
.TagClassName
{
border-color: #8B7A08;
}
</style>