Shades of Olivine #91A872
Tints of Olivine #91A872
RGB
CMYK
RGB Variations
Color information
#91A872 (or 0x91A872) is known color: Olivine. HEX triplet: 91, A8 and 72. RGB value is (145,168,114). Sum of RGB (Red+Green+Blue) = 145+168+114=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #91A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A872 is #6E578D. Grayscale: #9B9B9B. Windows color (decimal): -7231374 or 7514257. OLE color: 7514257.
HSL color Cylindrical-coordinate representation of color #91A872: hue angle of 85.56º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91A872 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 168 | 114 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.34 |
| HSL | 85.56º | 0.24% | 0.55% | - |
| HSV(B) | 85.56º | 0.32% | 0.66% | - |
| XYZ | 28.72 | 35.24 | 21.21 | - |
| YUV | 154.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 114 | 0.14 | 0 | 0.32 | 0.34 | 85.56 | 0.24 | 0.55 |
| Hex | 91 | A8 | 72 | E | 0 | 20 | 22 | 56 | 18 | 37 |
| Octal | 221 | 250 | 162 | 16 | 0 | 40 | 42 | 126 | 30 | 67 |
| Binary | 10010001 | 10101000 | 1110010 | 1110 | 0 | 100000 | 100010 | 1010110 | 11000 | 110111 |
Color Harmonies of #91A872
Complementary color
Monochromatic Colors of #91A872
Black with #91A872
Text Example
Text Example
White with #91A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A872; }
p { color: rgb(145,168,114); }
H1.HeaderClassName
{
color: #91A872;
}
.AnyTagClassName
{
color: #91A872;
}
</style>
background-color css
<style>
a { background-color: #91A872; }
a { background-color: rgb(145,168,114); }
div.DivClassName
{
background-color: #91A872;
}
.BgClassName
{
background-color: #91A872;
}
</style>
border-color css
<style>
span { border-color: #91A872; }
span { border-color: rgb(145,168,114); }
td.TdClassName
{
border-color: #91A872;
}
.TagClassName
{
border-color: #91A872;
}
</style>