Shades of Olivine #91AA6E
Tints of Olivine #91AA6E
RGB
CMYK
RGB Variations
Color information
#91AA6E (or 0x91AA6E) is known color: Olivine. HEX triplet: 91, AA and 6E. RGB value is (145,170,110). Sum of RGB (Red+Green+Blue) = 145+170+110=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AA6E is #6E5591. Grayscale: #9B9B9B. Windows color (decimal): -7230866 or 7252625. OLE color: 7252625.
HSL color Cylindrical-coordinate representation of color #91AA6E: hue angle of 85º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91AA6E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 110 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.33 |
| HSL | 85º | 0.26% | 0.55% | - |
| HSV(B) | 85º | 0.35% | 0.67% | - |
| XYZ | 28.87 | 35.89 | 20.16 | - |
| YUV | 155.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 110 | 0.15 | 0 | 0.35 | 0.33 | 85 | 0.26 | 0.55 |
| Hex | 91 | AA | 6E | F | 0 | 23 | 21 | 55 | 1A | 37 |
| Octal | 221 | 252 | 156 | 17 | 0 | 43 | 41 | 125 | 32 | 67 |
| Binary | 10010001 | 10101010 | 1101110 | 1111 | 0 | 100011 | 100001 | 1010101 | 11010 | 110111 |
Color Harmonies of #91AA6E
Complementary color
Monochromatic Colors of #91AA6E
Black with #91AA6E
Text Example
Text Example
White with #91AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA6E; }
p { color: rgb(145,170,110); }
H1.HeaderClassName
{
color: #91AA6E;
}
.AnyTagClassName
{
color: #91AA6E;
}
</style>
background-color css
<style>
a { background-color: #91AA6E; }
a { background-color: rgb(145,170,110); }
div.DivClassName
{
background-color: #91AA6E;
}
.BgClassName
{
background-color: #91AA6E;
}
</style>
border-color css
<style>
span { border-color: #91AA6E; }
span { border-color: rgb(145,170,110); }
td.TdClassName
{
border-color: #91AA6E;
}
.TagClassName
{
border-color: #91AA6E;
}
</style>