Shades of Olive #93830D
Tints of Olive #93830D
RGB
CMYK
RGB Variations
Color information
#93830D (or 0x93830D) is known color: Olive. HEX triplet: 93, 83 and 0D. RGB value is (147,131,13). Sum of RGB (Red+Green+Blue) = 147+131+13=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93830D is #6C7CF2. Grayscale: #7A7A7A. Windows color (decimal): -7109875 or 885651. OLE color: 885651.
HSL color Cylindrical-coordinate representation of color #93830D: hue angle of 52.84º 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 #93830D is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 13 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.42 |
| HSL | 52.84º | 0.84% | 0.31% | - |
| HSV(B) | 52.84º | 0.91% | 0.58% | - |
| XYZ | 20.22 | 22.46 | 3.65 | - |
| YUV | 122.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 13 | 0 | 0.11 | 0.91 | 0.42 | 52.84 | 0.84 | 0.31 |
| Hex | 93 | 83 | D | 0 | B | 5B | 2A | 35 | 54 | 1F |
| Octal | 223 | 203 | 15 | 0 | 13 | 133 | 52 | 65 | 124 | 37 |
| Binary | 10010011 | 10000011 | 1101 | 0 | 1011 | 1011011 | 101010 | 110101 | 1010100 | 11111 |
Color Harmonies of #93830D
Complementary color
Monochromatic Colors of #93830D
Black with #93830D
Text Example
Text Example
White with #93830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93830D; }
p { color: rgb(147,131,13); }
H1.HeaderClassName
{
color: #93830D;
}
.AnyTagClassName
{
color: #93830D;
}
</style>
background-color css
<style>
a { background-color: #93830D; }
a { background-color: rgb(147,131,13); }
div.DivClassName
{
background-color: #93830D;
}
.BgClassName
{
background-color: #93830D;
}
</style>
border-color css
<style>
span { border-color: #93830D; }
span { border-color: rgb(147,131,13); }
td.TdClassName
{
border-color: #93830D;
}
.TagClassName
{
border-color: #93830D;
}
</style>