Shades of Olive #93820B
Tints of Olive #93820B
RGB
CMYK
RGB Variations
Color information
#93820B (or 0x93820B) is known color: Olive. HEX triplet: 93, 82 and 0B. RGB value is (147,130,11). Sum of RGB (Red+Green+Blue) = 147+130+11=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93820B is #6C7DF4. Grayscale: #7A7A7A. Windows color (decimal): -7110133 or 754323. OLE color: 754323.
HSL color Cylindrical-coordinate representation of color #93820B: hue angle of 52.5º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93820B is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 11 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.42 |
| HSL | 52.5º | 0.86% | 0.31% | - |
| HSV(B) | 52.5º | 0.93% | 0.58% | - |
| XYZ | 20.08 | 22.19 | 3.54 | - |
| YUV | 121.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 11 | 0 | 0.12 | 0.93 | 0.42 | 52.5 | 0.86 | 0.31 |
| Hex | 93 | 82 | B | 0 | C | 5D | 2A | 34 | 56 | 1F |
| Octal | 223 | 202 | 13 | 0 | 14 | 135 | 52 | 64 | 126 | 37 |
| Binary | 10010011 | 10000010 | 1011 | 0 | 1100 | 1011101 | 101010 | 110100 | 1010110 | 11111 |
Color Harmonies of #93820B
Complementary color
Monochromatic Colors of #93820B
Black with #93820B
Text Example
Text Example
White with #93820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93820B; }
p { color: rgb(147,130,11); }
H1.HeaderClassName
{
color: #93820B;
}
.AnyTagClassName
{
color: #93820B;
}
</style>
background-color css
<style>
a { background-color: #93820B; }
a { background-color: rgb(147,130,11); }
div.DivClassName
{
background-color: #93820B;
}
.BgClassName
{
background-color: #93820B;
}
</style>
border-color css
<style>
span { border-color: #93820B; }
span { border-color: rgb(147,130,11); }
td.TdClassName
{
border-color: #93820B;
}
.TagClassName
{
border-color: #93820B;
}
</style>