Shades of Olive #8B890B
Tints of Olive #8B890B
RGB
CMYK
RGB Variations
Color information
#8B890B (or 0x8B890B) is known color: Olive. HEX triplet: 8B, 89 and 0B. RGB value is (139,137,11). Sum of RGB (Red+Green+Blue) = 139+137+11=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B890B is #7476F4. Grayscale: #7B7B7B. Windows color (decimal): -7632629 or 756107. OLE color: 756107.
HSL color Cylindrical-coordinate representation of color #8B890B: hue angle of 59.06º 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 #8B890B is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 11 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.45 |
| HSL | 59.06º | 0.85% | 0.29% | - |
| HSV(B) | 59.06º | 0.92% | 0.55% | - |
| XYZ | 19.65 | 23.4 | 3.8 | - |
| YUV | 123.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 11 | 0 | 0.01 | 0.92 | 0.45 | 59.06 | 0.85 | 0.29 |
| Hex | 8B | 89 | B | 0 | 1 | 5C | 2D | 3B | 55 | 1D |
| Octal | 213 | 211 | 13 | 0 | 1 | 134 | 55 | 73 | 125 | 35 |
| Binary | 10001011 | 10001001 | 1011 | 0 | 1 | 1011100 | 101101 | 111011 | 1010101 | 11101 |
Color Harmonies of #8B890B
Complementary color
Monochromatic Colors of #8B890B
Black with #8B890B
Text Example
Text Example
White with #8B890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B890B; }
p { color: rgb(139,137,11); }
H1.HeaderClassName
{
color: #8B890B;
}
.AnyTagClassName
{
color: #8B890B;
}
</style>
background-color css
<style>
a { background-color: #8B890B; }
a { background-color: rgb(139,137,11); }
div.DivClassName
{
background-color: #8B890B;
}
.BgClassName
{
background-color: #8B890B;
}
</style>
border-color css
<style>
span { border-color: #8B890B; }
span { border-color: rgb(139,137,11); }
td.TdClassName
{
border-color: #8B890B;
}
.TagClassName
{
border-color: #8B890B;
}
</style>