Shades of Olivine #91AB7A
Tints of Olivine #91AB7A
RGB
CMYK
RGB Variations
Color information
#91AB7A (or 0x91AB7A) is known color: Olivine. HEX triplet: 91, AB and 7A. RGB value is (145,171,122). Sum of RGB (Red+Green+Blue) = 145+171+122=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB7A is #6E5485. Grayscale: #9D9D9D. Windows color (decimal): -7230598 or 8039313. OLE color: 8039313.
HSL color Cylindrical-coordinate representation of color #91AB7A: hue angle of 91.84º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91AB7A is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 122 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.33 |
| HSL | 91.84º | 0.23% | 0.57% | - |
| HSV(B) | 91.84º | 0.29% | 0.67% | - |
| XYZ | 29.75 | 36.55 | 23.9 | - |
| YUV | 157.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 122 | 0.15 | 0 | 0.29 | 0.33 | 91.84 | 0.23 | 0.57 |
| Hex | 91 | AB | 7A | F | 0 | 1D | 21 | 5C | 17 | 39 |
| Octal | 221 | 253 | 172 | 17 | 0 | 35 | 41 | 134 | 27 | 71 |
| Binary | 10010001 | 10101011 | 1111010 | 1111 | 0 | 11101 | 100001 | 1011100 | 10111 | 111001 |
Color Harmonies of #91AB7A
Complementary color
Monochromatic Colors of #91AB7A
Black with #91AB7A
Text Example
Text Example
White with #91AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB7A; }
p { color: rgb(145,171,122); }
H1.HeaderClassName
{
color: #91AB7A;
}
.AnyTagClassName
{
color: #91AB7A;
}
</style>
background-color css
<style>
a { background-color: #91AB7A; }
a { background-color: rgb(145,171,122); }
div.DivClassName
{
background-color: #91AB7A;
}
.BgClassName
{
background-color: #91AB7A;
}
</style>
border-color css
<style>
span { border-color: #91AB7A; }
span { border-color: rgb(145,171,122); }
td.TdClassName
{
border-color: #91AB7A;
}
.TagClassName
{
border-color: #91AB7A;
}
</style>