Shades of Olive #8D890B
Tints of Olive #8D890B
RGB
CMYK
RGB Variations
Color information
#8D890B (or 0x8D890B) is known color: Olive. HEX triplet: 8D, 89 and 0B. RGB value is (141,137,11). Sum of RGB (Red+Green+Blue) = 141+137+11=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D890B is #7276F4. Grayscale: #7C7C7C. Windows color (decimal): -7501557 or 756109. OLE color: 756109.
HSL color Cylindrical-coordinate representation of color #8D890B: hue angle of 58.15º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D890B is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 11 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.45 |
| HSL | 58.15º | 0.86% | 0.3% | - |
| HSV(B) | 58.15º | 0.92% | 0.55% | - |
| XYZ | 19.99 | 23.58 | 3.81 | - |
| YUV | 123.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 11 | 0 | 0.03 | 0.92 | 0.45 | 58.15 | 0.86 | 0.3 |
| Hex | 8D | 89 | B | 0 | 3 | 5C | 2D | 3A | 56 | 1E |
| Octal | 215 | 211 | 13 | 0 | 3 | 134 | 55 | 72 | 126 | 36 |
| Binary | 10001101 | 10001001 | 1011 | 0 | 11 | 1011100 | 101101 | 111010 | 1010110 | 11110 |
Color Harmonies of #8D890B
Complementary color
Monochromatic Colors of #8D890B
Black with #8D890B
Text Example
Text Example
White with #8D890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D890B; }
p { color: rgb(141,137,11); }
H1.HeaderClassName
{
color: #8D890B;
}
.AnyTagClassName
{
color: #8D890B;
}
</style>
background-color css
<style>
a { background-color: #8D890B; }
a { background-color: rgb(141,137,11); }
div.DivClassName
{
background-color: #8D890B;
}
.BgClassName
{
background-color: #8D890B;
}
</style>
border-color css
<style>
span { border-color: #8D890B; }
span { border-color: rgb(141,137,11); }
td.TdClassName
{
border-color: #8D890B;
}
.TagClassName
{
border-color: #8D890B;
}
</style>