Shades of Olive #93880D
Tints of Olive #93880D
RGB
CMYK
RGB Variations
Color information
#93880D (or 0x93880D) is known color: Olive. HEX triplet: 93, 88 and 0D. RGB value is (147,136,13). Sum of RGB (Red+Green+Blue) = 147+136+13=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93880D is #6C77F2. Grayscale: #7D7D7D. Windows color (decimal): -7108595 or 886931. OLE color: 886931.
HSL color Cylindrical-coordinate representation of color #93880D: hue angle of 55.07º 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 #93880D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 13 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.42 |
| HSL | 55.07º | 0.84% | 0.31% | - |
| HSV(B) | 55.07º | 0.91% | 0.58% | - |
| XYZ | 20.91 | 23.84 | 3.88 | - |
| YUV | 125.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 13 | 0 | 0.07 | 0.91 | 0.42 | 55.07 | 0.84 | 0.31 |
| Hex | 93 | 88 | D | 0 | 7 | 5B | 2A | 37 | 54 | 1F |
| Octal | 223 | 210 | 15 | 0 | 7 | 133 | 52 | 67 | 124 | 37 |
| Binary | 10010011 | 10001000 | 1101 | 0 | 111 | 1011011 | 101010 | 110111 | 1010100 | 11111 |
Color Harmonies of #93880D
Complementary color
Monochromatic Colors of #93880D
Black with #93880D
Text Example
Text Example
White with #93880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93880D; }
p { color: rgb(147,136,13); }
H1.HeaderClassName
{
color: #93880D;
}
.AnyTagClassName
{
color: #93880D;
}
</style>
background-color css
<style>
a { background-color: #93880D; }
a { background-color: rgb(147,136,13); }
div.DivClassName
{
background-color: #93880D;
}
.BgClassName
{
background-color: #93880D;
}
</style>
border-color css
<style>
span { border-color: #93880D; }
span { border-color: rgb(147,136,13); }
td.TdClassName
{
border-color: #93880D;
}
.TagClassName
{
border-color: #93880D;
}
</style>