Shades of Olive #93820D
Tints of Olive #93820D
RGB
CMYK
RGB Variations
Color information
#93820D (or 0x93820D) is known color: Olive. HEX triplet: 93, 82 and 0D. RGB value is (147,130,13). Sum of RGB (Red+Green+Blue) = 147+130+13=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93820D is #6C7DF2. Grayscale: #7A7A7A. Windows color (decimal): -7110131 or 885395. OLE color: 885395.
HSL color Cylindrical-coordinate representation of color #93820D: hue angle of 52.39º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93820D is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 13 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.42 |
| HSL | 52.39º | 0.84% | 0.31% | - |
| HSV(B) | 52.39º | 0.91% | 0.58% | - |
| XYZ | 20.09 | 22.2 | 3.61 | - |
| YUV | 121.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 13 | 0 | 0.12 | 0.91 | 0.42 | 52.39 | 0.84 | 0.31 |
| Hex | 93 | 82 | D | 0 | C | 5B | 2A | 34 | 54 | 1F |
| Octal | 223 | 202 | 15 | 0 | 14 | 133 | 52 | 64 | 124 | 37 |
| Binary | 10010011 | 10000010 | 1101 | 0 | 1100 | 1011011 | 101010 | 110100 | 1010100 | 11111 |
Color Harmonies of #93820D
Complementary color
Monochromatic Colors of #93820D
Black with #93820D
Text Example
Text Example
White with #93820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93820D; }
p { color: rgb(147,130,13); }
H1.HeaderClassName
{
color: #93820D;
}
.AnyTagClassName
{
color: #93820D;
}
</style>
background-color css
<style>
a { background-color: #93820D; }
a { background-color: rgb(147,130,13); }
div.DivClassName
{
background-color: #93820D;
}
.BgClassName
{
background-color: #93820D;
}
</style>
border-color css
<style>
span { border-color: #93820D; }
span { border-color: rgb(147,130,13); }
td.TdClassName
{
border-color: #93820D;
}
.TagClassName
{
border-color: #93820D;
}
</style>