Shades of Olivine #91A976
Tints of Olivine #91A976
RGB
CMYK
RGB Variations
Color information
#91A976 (or 0x91A976) is known color: Olivine. HEX triplet: 91, A9 and 76. RGB value is (145,169,118). Sum of RGB (Red+Green+Blue) = 145+169+118=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #91A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A976 is #6E5689. Grayscale: #9C9C9C. Windows color (decimal): -7231114 or 7776657. OLE color: 7776657.
HSL color Cylindrical-coordinate representation of color #91A976: hue angle of 88.24º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A976 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 169 | 118 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.34 |
| HSL | 88.24º | 0.23% | 0.56% | - |
| HSV(B) | 88.24º | 0.3% | 0.66% | - |
| XYZ | 29.14 | 35.7 | 22.5 | - |
| YUV | 156.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 118 | 0.14 | 0 | 0.30 | 0.34 | 88.24 | 0.23 | 0.56 |
| Hex | 91 | A9 | 76 | E | 0 | 1E | 22 | 58 | 17 | 38 |
| Octal | 221 | 251 | 166 | 16 | 0 | 36 | 42 | 130 | 27 | 70 |
| Binary | 10010001 | 10101001 | 1110110 | 1110 | 0 | 11110 | 100010 | 1011000 | 10111 | 111000 |
Color Harmonies of #91A976
Complementary color
Monochromatic Colors of #91A976
Black with #91A976
Text Example
Text Example
White with #91A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A976; }
p { color: rgb(145,169,118); }
H1.HeaderClassName
{
color: #91A976;
}
.AnyTagClassName
{
color: #91A976;
}
</style>
background-color css
<style>
a { background-color: #91A976; }
a { background-color: rgb(145,169,118); }
div.DivClassName
{
background-color: #91A976;
}
.BgClassName
{
background-color: #91A976;
}
</style>
border-color css
<style>
span { border-color: #91A976; }
span { border-color: rgb(145,169,118); }
td.TdClassName
{
border-color: #91A976;
}
.TagClassName
{
border-color: #91A976;
}
</style>