Shades of Olive #8C890D
Tints of Olive #8C890D
RGB
CMYK
RGB Variations
Color information
#8C890D (or 0x8C890D) is known color: Olive. HEX triplet: 8C, 89 and 0D. RGB value is (140,137,13). Sum of RGB (Red+Green+Blue) = 140+137+13=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C890D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C890D is #7376F2. Grayscale: #7C7C7C. Windows color (decimal): -7567091 or 887180. OLE color: 887180.
HSL color Cylindrical-coordinate representation of color #8C890D: hue angle of 58.58º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C890D is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 13 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.45 |
| HSL | 58.58º | 0.83% | 0.3% | - |
| HSV(B) | 58.58º | 0.91% | 0.55% | - |
| XYZ | 19.83 | 23.5 | 3.87 | - |
| YUV | 123.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 13 | 0 | 0.02 | 0.91 | 0.45 | 58.58 | 0.83 | 0.3 |
| Hex | 8C | 89 | D | 0 | 2 | 5B | 2D | 3B | 53 | 1E |
| Octal | 214 | 211 | 15 | 0 | 2 | 133 | 55 | 73 | 123 | 36 |
| Binary | 10001100 | 10001001 | 1101 | 0 | 10 | 1011011 | 101101 | 111011 | 1010011 | 11110 |
Color Harmonies of #8C890D
Complementary color
Monochromatic Colors of #8C890D
Black with #8C890D
Text Example
Text Example
White with #8C890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C890D; }
p { color: rgb(140,137,13); }
H1.HeaderClassName
{
color: #8C890D;
}
.AnyTagClassName
{
color: #8C890D;
}
</style>
background-color css
<style>
a { background-color: #8C890D; }
a { background-color: rgb(140,137,13); }
div.DivClassName
{
background-color: #8C890D;
}
.BgClassName
{
background-color: #8C890D;
}
</style>
border-color css
<style>
span { border-color: #8C890D; }
span { border-color: rgb(140,137,13); }
td.TdClassName
{
border-color: #8C890D;
}
.TagClassName
{
border-color: #8C890D;
}
</style>