Shades of Olivine #91A880
Tints of Olivine #91A880
RGB
CMYK
RGB Variations
Color information
#91A880 (or 0x91A880) is known color: Olivine. HEX triplet: 91, A8 and 80. RGB value is (145,168,128). Sum of RGB (Red+Green+Blue) = 145+168+128=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #91A880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A880 is #6E577F. Grayscale: #9C9C9C. Windows color (decimal): -7231360 or 8431761. OLE color: 8431761.
HSL color Cylindrical-coordinate representation of color #91A880: hue angle of 94.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91A880 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 168 | 128 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.34 |
| HSL | 94.5º | 0.19% | 0.58% | - |
| HSV(B) | 94.5º | 0.24% | 0.66% | - |
| XYZ | 29.58 | 35.58 | 25.73 | - |
| YUV | 156.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 128 | 0.14 | 0 | 0.24 | 0.34 | 94.5 | 0.19 | 0.58 |
| Hex | 91 | A8 | 80 | E | 0 | 18 | 22 | 5E | 13 | 3A |
| Octal | 221 | 250 | 200 | 16 | 0 | 30 | 42 | 136 | 23 | 72 |
| Binary | 10010001 | 10101000 | 10000000 | 1110 | 0 | 11000 | 100010 | 1011110 | 10011 | 111010 |
Color Harmonies of #91A880
Complementary color
Monochromatic Colors of #91A880
Black with #91A880
Text Example
Text Example
White with #91A880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A880; }
p { color: rgb(145,168,128); }
H1.HeaderClassName
{
color: #91A880;
}
.AnyTagClassName
{
color: #91A880;
}
</style>
background-color css
<style>
a { background-color: #91A880; }
a { background-color: rgb(145,168,128); }
div.DivClassName
{
background-color: #91A880;
}
.BgClassName
{
background-color: #91A880;
}
</style>
border-color css
<style>
span { border-color: #91A880; }
span { border-color: rgb(145,168,128); }
td.TdClassName
{
border-color: #91A880;
}
.TagClassName
{
border-color: #91A880;
}
</style>