Shades of Olive #8B870C
Tints of Olive #8B870C
RGB
CMYK
RGB Variations
Color information
#8B870C (or 0x8B870C) is known color: Olive. HEX triplet: 8B, 87 and 0C. RGB value is (139,135,12). Sum of RGB (Red+Green+Blue) = 139+135+12=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B870C is #7478F3. Grayscale: #7A7A7A. Windows color (decimal): -7633140 or 821131. OLE color: 821131.
HSL color Cylindrical-coordinate representation of color #8B870C: hue angle of 58.11º degrees, saturation: 0.84, 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 #8B870C is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 12 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.45 |
| HSL | 58.11º | 0.84% | 0.3% | - |
| HSV(B) | 58.11º | 0.91% | 0.55% | - |
| XYZ | 19.38 | 22.84 | 3.74 | - |
| YUV | 122.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 12 | 0 | 0.03 | 0.91 | 0.45 | 58.11 | 0.84 | 0.3 |
| Hex | 8B | 87 | C | 0 | 3 | 5B | 2D | 3A | 54 | 1E |
| Octal | 213 | 207 | 14 | 0 | 3 | 133 | 55 | 72 | 124 | 36 |
| Binary | 10001011 | 10000111 | 1100 | 0 | 11 | 1011011 | 101101 | 111010 | 1010100 | 11110 |
Color Harmonies of #8B870C
Complementary color
Monochromatic Colors of #8B870C
Black with #8B870C
Text Example
Text Example
White with #8B870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B870C; }
p { color: rgb(139,135,12); }
H1.HeaderClassName
{
color: #8B870C;
}
.AnyTagClassName
{
color: #8B870C;
}
</style>
background-color css
<style>
a { background-color: #8B870C; }
a { background-color: rgb(139,135,12); }
div.DivClassName
{
background-color: #8B870C;
}
.BgClassName
{
background-color: #8B870C;
}
</style>
border-color css
<style>
span { border-color: #8B870C; }
span { border-color: rgb(139,135,12); }
td.TdClassName
{
border-color: #8B870C;
}
.TagClassName
{
border-color: #8B870C;
}
</style>