Shades of Olivine #91AE7E
Tints of Olivine #91AE7E
RGB
CMYK
RGB Variations
Color information
#91AE7E (or 0x91AE7E) is known color: Olivine. HEX triplet: 91, AE and 7E. RGB value is (145,174,126). Sum of RGB (Red+Green+Blue) = 145+174+126=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #91AE7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AE7E is #6E5181. Grayscale: #A0A0A0. Windows color (decimal): -7229826 or 8302225. OLE color: 8302225.
HSL color Cylindrical-coordinate representation of color #91AE7E: hue angle of 96.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91AE7E is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 174 | 126 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.32 |
| HSL | 96.25º | 0.23% | 0.59% | - |
| HSV(B) | 96.25º | 0.28% | 0.68% | - |
| XYZ | 30.58 | 37.8 | 25.42 | - |
| YUV | 159.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 174 | 126 | 0.17 | 0 | 0.28 | 0.32 | 96.25 | 0.23 | 0.59 |
| Hex | 91 | AE | 7E | 11 | 0 | 1C | 20 | 60 | 17 | 3B |
| Octal | 221 | 256 | 176 | 21 | 0 | 34 | 40 | 140 | 27 | 73 |
| Binary | 10010001 | 10101110 | 1111110 | 10001 | 0 | 11100 | 100000 | 1100000 | 10111 | 111011 |
Color Harmonies of #91AE7E
Complementary color
Monochromatic Colors of #91AE7E
Black with #91AE7E
Text Example
Text Example
White with #91AE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AE7E; }
p { color: rgb(145,174,126); }
H1.HeaderClassName
{
color: #91AE7E;
}
.AnyTagClassName
{
color: #91AE7E;
}
</style>
background-color css
<style>
a { background-color: #91AE7E; }
a { background-color: rgb(145,174,126); }
div.DivClassName
{
background-color: #91AE7E;
}
.BgClassName
{
background-color: #91AE7E;
}
</style>
border-color css
<style>
span { border-color: #91AE7E; }
span { border-color: rgb(145,174,126); }
td.TdClassName
{
border-color: #91AE7E;
}
.TagClassName
{
border-color: #91AE7E;
}
</style>