Shades of Olivine #91AA7D
Tints of Olivine #91AA7D
RGB
CMYK
RGB Variations
Color information
#91AA7D (or 0x91AA7D) is known color: Olivine. HEX triplet: 91, AA and 7D. RGB value is (145,170,125). Sum of RGB (Red+Green+Blue) = 145+170+125=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AA7D is #6E5582. Grayscale: #9D9D9D. Windows color (decimal): -7230851 or 8235665. OLE color: 8235665.
HSL color Cylindrical-coordinate representation of color #91AA7D: hue angle of 93.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91AA7D is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 125 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.33 |
| HSL | 93.33º | 0.21% | 0.58% | - |
| HSV(B) | 93.33º | 0.26% | 0.67% | - |
| XYZ | 29.75 | 36.25 | 24.83 | - |
| YUV | 157.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 125 | 0.15 | 0 | 0.26 | 0.33 | 93.33 | 0.21 | 0.58 |
| Hex | 91 | AA | 7D | F | 0 | 1A | 21 | 5D | 15 | 3A |
| Octal | 221 | 252 | 175 | 17 | 0 | 32 | 41 | 135 | 25 | 72 |
| Binary | 10010001 | 10101010 | 1111101 | 1111 | 0 | 11010 | 100001 | 1011101 | 10101 | 111010 |
Color Harmonies of #91AA7D
Complementary color
Monochromatic Colors of #91AA7D
Black with #91AA7D
Text Example
Text Example
White with #91AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA7D; }
p { color: rgb(145,170,125); }
H1.HeaderClassName
{
color: #91AA7D;
}
.AnyTagClassName
{
color: #91AA7D;
}
</style>
background-color css
<style>
a { background-color: #91AA7D; }
a { background-color: rgb(145,170,125); }
div.DivClassName
{
background-color: #91AA7D;
}
.BgClassName
{
background-color: #91AA7D;
}
</style>
border-color css
<style>
span { border-color: #91AA7D; }
span { border-color: rgb(145,170,125); }
td.TdClassName
{
border-color: #91AA7D;
}
.TagClassName
{
border-color: #91AA7D;
}
</style>