Shades of Olive #8C890B
Tints of Olive #8C890B
RGB
CMYK
RGB Variations
Color information
#8C890B (or 0x8C890B) is known color: Olive. HEX triplet: 8C, 89 and 0B. RGB value is (140,137,11). Sum of RGB (Red+Green+Blue) = 140+137+11=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C890B is #7376F4. Grayscale: #7C7C7C. Windows color (decimal): -7567093 or 756108. OLE color: 756108.
HSL color Cylindrical-coordinate representation of color #8C890B: hue angle of 58.6º degrees, saturation: 0.85, 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 #8C890B is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 11 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.45 |
| HSL | 58.6º | 0.85% | 0.3% | - |
| HSV(B) | 58.6º | 0.92% | 0.55% | - |
| XYZ | 19.82 | 23.49 | 3.81 | - |
| YUV | 123.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 11 | 0 | 0.02 | 0.92 | 0.45 | 58.6 | 0.85 | 0.3 |
| Hex | 8C | 89 | B | 0 | 2 | 5C | 2D | 3B | 55 | 1E |
| Octal | 214 | 211 | 13 | 0 | 2 | 134 | 55 | 73 | 125 | 36 |
| Binary | 10001100 | 10001001 | 1011 | 0 | 10 | 1011100 | 101101 | 111011 | 1010101 | 11110 |
Color Harmonies of #8C890B
Complementary color
Monochromatic Colors of #8C890B
Black with #8C890B
Text Example
Text Example
White with #8C890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C890B; }
p { color: rgb(140,137,11); }
H1.HeaderClassName
{
color: #8C890B;
}
.AnyTagClassName
{
color: #8C890B;
}
</style>
background-color css
<style>
a { background-color: #8C890B; }
a { background-color: rgb(140,137,11); }
div.DivClassName
{
background-color: #8C890B;
}
.BgClassName
{
background-color: #8C890B;
}
</style>
border-color css
<style>
span { border-color: #8C890B; }
span { border-color: rgb(140,137,11); }
td.TdClassName
{
border-color: #8C890B;
}
.TagClassName
{
border-color: #8C890B;
}
</style>