Shades of Olive #91880D
Tints of Olive #91880D
RGB
CMYK
RGB Variations
Color information
#91880D (or 0x91880D) is known color: Olive. HEX triplet: 91, 88 and 0D. RGB value is (145,136,13). Sum of RGB (Red+Green+Blue) = 145+136+13=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #91880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91880D is #6E77F2. Grayscale: #7D7D7D. Windows color (decimal): -7239667 or 886929. OLE color: 886929.
HSL color Cylindrical-coordinate representation of color #91880D: hue angle of 55.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91880D is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 13 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.43 |
| HSL | 55.91º | 0.84% | 0.31% | - |
| HSV(B) | 55.91º | 0.91% | 0.57% | - |
| XYZ | 20.55 | 23.66 | 3.86 | - |
| YUV | 124.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 13 | 0 | 0.06 | 0.91 | 0.43 | 55.91 | 0.84 | 0.31 |
| Hex | 91 | 88 | D | 0 | 6 | 5B | 2B | 38 | 54 | 1F |
| Octal | 221 | 210 | 15 | 0 | 6 | 133 | 53 | 70 | 124 | 37 |
| Binary | 10010001 | 10001000 | 1101 | 0 | 110 | 1011011 | 101011 | 111000 | 1010100 | 11111 |
Color Harmonies of #91880D
Complementary color
Monochromatic Colors of #91880D
Black with #91880D
Text Example
Text Example
White with #91880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91880D; }
p { color: rgb(145,136,13); }
H1.HeaderClassName
{
color: #91880D;
}
.AnyTagClassName
{
color: #91880D;
}
</style>
background-color css
<style>
a { background-color: #91880D; }
a { background-color: rgb(145,136,13); }
div.DivClassName
{
background-color: #91880D;
}
.BgClassName
{
background-color: #91880D;
}
</style>
border-color css
<style>
span { border-color: #91880D; }
span { border-color: rgb(145,136,13); }
td.TdClassName
{
border-color: #91880D;
}
.TagClassName
{
border-color: #91880D;
}
</style>