Shades of Olive #8B7B0B
Tints of Olive #8B7B0B
RGB
CMYK
RGB Variations
Color information
#8B7B0B (or 0x8B7B0B) is known color: Olive. HEX triplet: 8B, 7B and 0B. RGB value is (139,123,11). Sum of RGB (Red+Green+Blue) = 139+123+11=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7B0B is #7484F4. Grayscale: #737373. Windows color (decimal): -7636213 or 752523. OLE color: 752523.
HSL color Cylindrical-coordinate representation of color #8B7B0B: hue angle of 52.5º 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 #8B7B0B is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 11 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.45 |
| HSL | 52.5º | 0.85% | 0.29% | - |
| HSV(B) | 52.5º | 0.92% | 0.55% | - |
| XYZ | 17.79 | 19.68 | 3.18 | - |
| YUV | 115.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 11 | 0 | 0.12 | 0.92 | 0.45 | 52.5 | 0.85 | 0.29 |
| Hex | 8B | 7B | B | 0 | C | 5C | 2D | 34 | 55 | 1D |
| Octal | 213 | 173 | 13 | 0 | 14 | 134 | 55 | 64 | 125 | 35 |
| Binary | 10001011 | 1111011 | 1011 | 0 | 1100 | 1011100 | 101101 | 110100 | 1010101 | 11101 |
Color Harmonies of #8B7B0B
Complementary color
Monochromatic Colors of #8B7B0B
Black with #8B7B0B
Text Example
Text Example
White with #8B7B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B0B; }
p { color: rgb(139,123,11); }
H1.HeaderClassName
{
color: #8B7B0B;
}
.AnyTagClassName
{
color: #8B7B0B;
}
</style>
background-color css
<style>
a { background-color: #8B7B0B; }
a { background-color: rgb(139,123,11); }
div.DivClassName
{
background-color: #8B7B0B;
}
.BgClassName
{
background-color: #8B7B0B;
}
</style>
border-color css
<style>
span { border-color: #8B7B0B; }
span { border-color: rgb(139,123,11); }
td.TdClassName
{
border-color: #8B7B0B;
}
.TagClassName
{
border-color: #8B7B0B;
}
</style>