Shades of Olive #93870E
Tints of Olive #93870E
RGB
CMYK
RGB Variations
Color information
#93870E (or 0x93870E) is known color: Olive. HEX triplet: 93, 87 and 0E. RGB value is (147,135,14). Sum of RGB (Red+Green+Blue) = 147+135+14=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93870E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93870E is #6C78F1. Grayscale: #7D7D7D. Windows color (decimal): -7108850 or 952211. OLE color: 952211.
HSL color Cylindrical-coordinate representation of color #93870E: hue angle of 54.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93870E is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 135 | 14 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.42 |
| HSL | 54.59º | 0.83% | 0.32% | - |
| HSV(B) | 54.59º | 0.9% | 0.58% | - |
| XYZ | 20.78 | 23.56 | 3.87 | - |
| YUV | 124.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 14 | 0 | 0.08 | 0.90 | 0.42 | 54.59 | 0.83 | 0.32 |
| Hex | 93 | 87 | E | 0 | 8 | 5A | 2A | 37 | 53 | 20 |
| Octal | 223 | 207 | 16 | 0 | 10 | 132 | 52 | 67 | 123 | 40 |
| Binary | 10010011 | 10000111 | 1110 | 0 | 1000 | 1011010 | 101010 | 110111 | 1010011 | 100000 |
Color Harmonies of #93870E
Complementary color
Monochromatic Colors of #93870E
Black with #93870E
Text Example
Text Example
White with #93870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93870E; }
p { color: rgb(147,135,14); }
H1.HeaderClassName
{
color: #93870E;
}
.AnyTagClassName
{
color: #93870E;
}
</style>
background-color css
<style>
a { background-color: #93870E; }
a { background-color: rgb(147,135,14); }
div.DivClassName
{
background-color: #93870E;
}
.BgClassName
{
background-color: #93870E;
}
</style>
border-color css
<style>
span { border-color: #93870E; }
span { border-color: rgb(147,135,14); }
td.TdClassName
{
border-color: #93870E;
}
.TagClassName
{
border-color: #93870E;
}
</style>