Shades of Olivine #91AB73
Tints of Olivine #91AB73
RGB
CMYK
RGB Variations
Color information
#91AB73 (or 0x91AB73) is known color: Olivine. HEX triplet: 91, AB and 73. RGB value is (145,171,115). Sum of RGB (Red+Green+Blue) = 145+171+115=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB73 is #6E548C. Grayscale: #9D9D9D. Windows color (decimal): -7230605 or 7580561. OLE color: 7580561.
HSL color Cylindrical-coordinate representation of color #91AB73: hue angle of 87.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91AB73 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 115 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.33 |
| HSL | 87.86º | 0.25% | 0.56% | - |
| HSV(B) | 87.86º | 0.33% | 0.67% | - |
| XYZ | 29.33 | 36.38 | 21.7 | - |
| YUV | 156.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 115 | 0.15 | 0 | 0.33 | 0.33 | 87.86 | 0.25 | 0.56 |
| Hex | 91 | AB | 73 | F | 0 | 21 | 21 | 58 | 19 | 38 |
| Octal | 221 | 253 | 163 | 17 | 0 | 41 | 41 | 130 | 31 | 70 |
| Binary | 10010001 | 10101011 | 1110011 | 1111 | 0 | 100001 | 100001 | 1011000 | 11001 | 111000 |
Color Harmonies of #91AB73
Complementary color
Monochromatic Colors of #91AB73
Black with #91AB73
Text Example
Text Example
White with #91AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB73; }
p { color: rgb(145,171,115); }
H1.HeaderClassName
{
color: #91AB73;
}
.AnyTagClassName
{
color: #91AB73;
}
</style>
background-color css
<style>
a { background-color: #91AB73; }
a { background-color: rgb(145,171,115); }
div.DivClassName
{
background-color: #91AB73;
}
.BgClassName
{
background-color: #91AB73;
}
</style>
border-color css
<style>
span { border-color: #91AB73; }
span { border-color: rgb(145,171,115); }
td.TdClassName
{
border-color: #91AB73;
}
.TagClassName
{
border-color: #91AB73;
}
</style>