Shades of Olivine #90AA7D
Tints of Olivine #90AA7D
RGB
CMYK
RGB Variations
Color information
#90AA7D (or 0x90AA7D) is known color: Olivine. HEX triplet: 90, AA and 7D. RGB value is (144,170,125). Sum of RGB (Red+Green+Blue) = 144+170+125=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA7D is #6F5582. Grayscale: #9D9D9D. Windows color (decimal): -7296387 or 8235664. OLE color: 8235664.
HSL color Cylindrical-coordinate representation of color #90AA7D: hue angle of 94.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90AA7D is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 125 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.33 |
| HSL | 94.67º | 0.21% | 0.58% | - |
| HSV(B) | 94.67º | 0.26% | 0.67% | - |
| XYZ | 29.58 | 36.16 | 24.82 | - |
| YUV | 157.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 125 | 0.15 | 0 | 0.26 | 0.33 | 94.67 | 0.21 | 0.58 |
| Hex | 90 | AA | 7D | F | 0 | 1A | 21 | 5F | 15 | 3A |
| Octal | 220 | 252 | 175 | 17 | 0 | 32 | 41 | 137 | 25 | 72 |
| Binary | 10010000 | 10101010 | 1111101 | 1111 | 0 | 11010 | 100001 | 1011111 | 10101 | 111010 |
Color Harmonies of #90AA7D
Complementary color
Monochromatic Colors of #90AA7D
Black with #90AA7D
Text Example
Text Example
White with #90AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA7D; }
p { color: rgb(144,170,125); }
H1.HeaderClassName
{
color: #90AA7D;
}
.AnyTagClassName
{
color: #90AA7D;
}
</style>
background-color css
<style>
a { background-color: #90AA7D; }
a { background-color: rgb(144,170,125); }
div.DivClassName
{
background-color: #90AA7D;
}
.BgClassName
{
background-color: #90AA7D;
}
</style>
border-color css
<style>
span { border-color: #90AA7D; }
span { border-color: rgb(144,170,125); }
td.TdClassName
{
border-color: #90AA7D;
}
.TagClassName
{
border-color: #90AA7D;
}
</style>