Shades of Olivine #90A97E
Tints of Olivine #90A97E
RGB
CMYK
RGB Variations
Color information
#90A97E (or 0x90A97E) is known color: Olivine. HEX triplet: 90, A9 and 7E. RGB value is (144,169,126). Sum of RGB (Red+Green+Blue) = 144+169+126=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #90A97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A97E is #6F5681. Grayscale: #9C9C9C. Windows color (decimal): -7296642 or 8300944. OLE color: 8300944.
HSL color Cylindrical-coordinate representation of color #90A97E: hue angle of 94.88º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90A97E is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 169 | 126 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.34 |
| HSL | 94.88º | 0.2% | 0.58% | - |
| HSV(B) | 94.88º | 0.25% | 0.66% | - |
| XYZ | 29.46 | 35.81 | 25.1 | - |
| YUV | 156.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 126 | 0.15 | 0 | 0.25 | 0.34 | 94.88 | 0.2 | 0.58 |
| Hex | 90 | A9 | 7E | F | 0 | 19 | 22 | 5F | 14 | 3A |
| Octal | 220 | 251 | 176 | 17 | 0 | 31 | 42 | 137 | 24 | 72 |
| Binary | 10010000 | 10101001 | 1111110 | 1111 | 0 | 11001 | 100010 | 1011111 | 10100 | 111010 |
Color Harmonies of #90A97E
Complementary color
Monochromatic Colors of #90A97E
Black with #90A97E
Text Example
Text Example
White with #90A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A97E; }
p { color: rgb(144,169,126); }
H1.HeaderClassName
{
color: #90A97E;
}
.AnyTagClassName
{
color: #90A97E;
}
</style>
background-color css
<style>
a { background-color: #90A97E; }
a { background-color: rgb(144,169,126); }
div.DivClassName
{
background-color: #90A97E;
}
.BgClassName
{
background-color: #90A97E;
}
</style>
border-color css
<style>
span { border-color: #90A97E; }
span { border-color: rgb(144,169,126); }
td.TdClassName
{
border-color: #90A97E;
}
.TagClassName
{
border-color: #90A97E;
}
</style>