Shades of Olive #8B7E0B
Tints of Olive #8B7E0B
RGB
CMYK
RGB Variations
Color information
#8B7E0B (or 0x8B7E0B) is known color: Olive. HEX triplet: 8B, 7E and 0B. RGB value is (139,126,11). Sum of RGB (Red+Green+Blue) = 139+126+11=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7E0B is #7481F4. Grayscale: #757575. Windows color (decimal): -7635445 or 753291. OLE color: 753291.
HSL color Cylindrical-coordinate representation of color #8B7E0B: hue angle of 53.91º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B7E0B is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 11 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.45 |
| HSL | 53.91º | 0.85% | 0.29% | - |
| HSV(B) | 53.91º | 0.92% | 0.55% | - |
| XYZ | 18.17 | 20.43 | 3.3 | - |
| YUV | 116.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 11 | 0 | 0.09 | 0.92 | 0.45 | 53.91 | 0.85 | 0.29 |
| Hex | 8B | 7E | B | 0 | 9 | 5C | 2D | 36 | 55 | 1D |
| Octal | 213 | 176 | 13 | 0 | 11 | 134 | 55 | 66 | 125 | 35 |
| Binary | 10001011 | 1111110 | 1011 | 0 | 1001 | 1011100 | 101101 | 110110 | 1010101 | 11101 |
Color Harmonies of #8B7E0B
Complementary color
Monochromatic Colors of #8B7E0B
Black with #8B7E0B
Text Example
Text Example
White with #8B7E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E0B; }
p { color: rgb(139,126,11); }
H1.HeaderClassName
{
color: #8B7E0B;
}
.AnyTagClassName
{
color: #8B7E0B;
}
</style>
background-color css
<style>
a { background-color: #8B7E0B; }
a { background-color: rgb(139,126,11); }
div.DivClassName
{
background-color: #8B7E0B;
}
.BgClassName
{
background-color: #8B7E0B;
}
</style>
border-color css
<style>
span { border-color: #8B7E0B; }
span { border-color: rgb(139,126,11); }
td.TdClassName
{
border-color: #8B7E0B;
}
.TagClassName
{
border-color: #8B7E0B;
}
</style>