Shades of Olive #93820C
Tints of Olive #93820C
RGB
CMYK
RGB Variations
Color information
#93820C (or 0x93820C) is known color: Olive. HEX triplet: 93, 82 and 0C. RGB value is (147,130,12). Sum of RGB (Red+Green+Blue) = 147+130+12=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93820C is #6C7DF3. Grayscale: #7A7A7A. Windows color (decimal): -7110132 or 819859. OLE color: 819859.
HSL color Cylindrical-coordinate representation of color #93820C: hue angle of 52.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93820C is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 12 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.42 |
| HSL | 52.44º | 0.85% | 0.31% | - |
| HSV(B) | 52.44º | 0.92% | 0.58% | - |
| XYZ | 20.08 | 22.19 | 3.57 | - |
| YUV | 121.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 12 | 0 | 0.12 | 0.92 | 0.42 | 52.44 | 0.85 | 0.31 |
| Hex | 93 | 82 | C | 0 | C | 5C | 2A | 34 | 55 | 1F |
| Octal | 223 | 202 | 14 | 0 | 14 | 134 | 52 | 64 | 125 | 37 |
| Binary | 10010011 | 10000010 | 1100 | 0 | 1100 | 1011100 | 101010 | 110100 | 1010101 | 11111 |
Color Harmonies of #93820C
Complementary color
Monochromatic Colors of #93820C
Black with #93820C
Text Example
Text Example
White with #93820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93820C; }
p { color: rgb(147,130,12); }
H1.HeaderClassName
{
color: #93820C;
}
.AnyTagClassName
{
color: #93820C;
}
</style>
background-color css
<style>
a { background-color: #93820C; }
a { background-color: rgb(147,130,12); }
div.DivClassName
{
background-color: #93820C;
}
.BgClassName
{
background-color: #93820C;
}
</style>
border-color css
<style>
span { border-color: #93820C; }
span { border-color: rgb(147,130,12); }
td.TdClassName
{
border-color: #93820C;
}
.TagClassName
{
border-color: #93820C;
}
</style>