Shades of Olivine #90AA7A
Tints of Olivine #90AA7A
RGB
CMYK
RGB Variations
Color information
#90AA7A (or 0x90AA7A) is known color: Olivine. HEX triplet: 90, AA and 7A. RGB value is (144,170,122). Sum of RGB (Red+Green+Blue) = 144+170+122=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA7A is #6F5585. Grayscale: #9C9C9C. Windows color (decimal): -7296390 or 8039056. OLE color: 8039056.
HSL color Cylindrical-coordinate representation of color #90AA7A: hue angle of 92.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90AA7A is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 122 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.33 |
| HSL | 92.5º | 0.22% | 0.57% | - |
| HSV(B) | 92.5º | 0.28% | 0.67% | - |
| XYZ | 29.39 | 36.08 | 23.83 | - |
| YUV | 156.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 122 | 0.15 | 0 | 0.28 | 0.33 | 92.5 | 0.22 | 0.57 |
| Hex | 90 | AA | 7A | F | 0 | 1C | 21 | 5C | 16 | 39 |
| Octal | 220 | 252 | 172 | 17 | 0 | 34 | 41 | 134 | 26 | 71 |
| Binary | 10010000 | 10101010 | 1111010 | 1111 | 0 | 11100 | 100001 | 1011100 | 10110 | 111001 |
Color Harmonies of #90AA7A
Complementary color
Monochromatic Colors of #90AA7A
Black with #90AA7A
Text Example
Text Example
White with #90AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA7A; }
p { color: rgb(144,170,122); }
H1.HeaderClassName
{
color: #90AA7A;
}
.AnyTagClassName
{
color: #90AA7A;
}
</style>
background-color css
<style>
a { background-color: #90AA7A; }
a { background-color: rgb(144,170,122); }
div.DivClassName
{
background-color: #90AA7A;
}
.BgClassName
{
background-color: #90AA7A;
}
</style>
border-color css
<style>
span { border-color: #90AA7A; }
span { border-color: rgb(144,170,122); }
td.TdClassName
{
border-color: #90AA7A;
}
.TagClassName
{
border-color: #90AA7A;
}
</style>