Shades of Olive #91880E
Tints of Olive #91880E
RGB
CMYK
RGB Variations
Color information
#91880E (or 0x91880E) is known color: Olive. HEX triplet: 91, 88 and 0E. RGB value is (145,136,14). Sum of RGB (Red+Green+Blue) = 145+136+14=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #91880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91880E is #6E77F1. Grayscale: #7D7D7D. Windows color (decimal): -7239666 or 952465. OLE color: 952465.
HSL color Cylindrical-coordinate representation of color #91880E: hue angle of 55.88º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91880E is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 14 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.43 |
| HSL | 55.88º | 0.82% | 0.31% | - |
| HSV(B) | 55.88º | 0.9% | 0.57% | - |
| XYZ | 20.56 | 23.66 | 3.9 | - |
| YUV | 124.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 14 | 0 | 0.06 | 0.90 | 0.43 | 55.88 | 0.82 | 0.31 |
| Hex | 91 | 88 | E | 0 | 6 | 5A | 2B | 38 | 52 | 1F |
| Octal | 221 | 210 | 16 | 0 | 6 | 132 | 53 | 70 | 122 | 37 |
| Binary | 10010001 | 10001000 | 1110 | 0 | 110 | 1011010 | 101011 | 111000 | 1010010 | 11111 |
Color Harmonies of #91880E
Complementary color
Monochromatic Colors of #91880E
Black with #91880E
Text Example
Text Example
White with #91880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91880E; }
p { color: rgb(145,136,14); }
H1.HeaderClassName
{
color: #91880E;
}
.AnyTagClassName
{
color: #91880E;
}
</style>
background-color css
<style>
a { background-color: #91880E; }
a { background-color: rgb(145,136,14); }
div.DivClassName
{
background-color: #91880E;
}
.BgClassName
{
background-color: #91880E;
}
</style>
border-color css
<style>
span { border-color: #91880E; }
span { border-color: rgb(145,136,14); }
td.TdClassName
{
border-color: #91880E;
}
.TagClassName
{
border-color: #91880E;
}
</style>