Shades of Olivine #91A47A
Tints of Olivine #91A47A
RGB
CMYK
RGB Variations
Color information
#91A47A (or 0x91A47A) is known color: Olivine. HEX triplet: 91, A4 and 7A. RGB value is (145,164,122). Sum of RGB (Red+Green+Blue) = 145+164+122=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #91A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A47A is #6E5B85. Grayscale: #999999. Windows color (decimal): -7232390 or 8037521. OLE color: 8037521.
HSL color Cylindrical-coordinate representation of color #91A47A: hue angle of 87.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91A47A is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 164 | 122 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.36 |
| HSL | 87.14º | 0.19% | 0.56% | - |
| HSV(B) | 87.14º | 0.26% | 0.64% | - |
| XYZ | 28.47 | 33.98 | 23.47 | - |
| YUV | 153.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 122 | 0.12 | 0 | 0.26 | 0.36 | 87.14 | 0.19 | 0.56 |
| Hex | 91 | A4 | 7A | C | 0 | 1A | 24 | 57 | 13 | 38 |
| Octal | 221 | 244 | 172 | 14 | 0 | 32 | 44 | 127 | 23 | 70 |
| Binary | 10010001 | 10100100 | 1111010 | 1100 | 0 | 11010 | 100100 | 1010111 | 10011 | 111000 |
Color Harmonies of #91A47A
Complementary color
Monochromatic Colors of #91A47A
Black with #91A47A
Text Example
Text Example
White with #91A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A47A; }
p { color: rgb(145,164,122); }
H1.HeaderClassName
{
color: #91A47A;
}
.AnyTagClassName
{
color: #91A47A;
}
</style>
background-color css
<style>
a { background-color: #91A47A; }
a { background-color: rgb(145,164,122); }
div.DivClassName
{
background-color: #91A47A;
}
.BgClassName
{
background-color: #91A47A;
}
</style>
border-color css
<style>
span { border-color: #91A47A; }
span { border-color: rgb(145,164,122); }
td.TdClassName
{
border-color: #91A47A;
}
.TagClassName
{
border-color: #91A47A;
}
</style>