Shades of Olivine #90AA72
Tints of Olivine #90AA72
RGB
CMYK
RGB Variations
Color information
#90AA72 (or 0x90AA72) is known color: Olivine. HEX triplet: 90, AA and 72. RGB value is (144,170,114). Sum of RGB (Red+Green+Blue) = 144+170+114=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA72 is #6F558D. Grayscale: #9C9C9C. Windows color (decimal): -7296398 or 7514768. OLE color: 7514768.
HSL color Cylindrical-coordinate representation of color #90AA72: hue angle of 87.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90AA72 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 114 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.33 |
| HSL | 87.86º | 0.25% | 0.56% | - |
| HSV(B) | 87.86º | 0.33% | 0.67% | - |
| XYZ | 28.91 | 35.89 | 21.32 | - |
| YUV | 155.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 114 | 0.15 | 0 | 0.33 | 0.33 | 87.86 | 0.25 | 0.56 |
| Hex | 90 | AA | 72 | F | 0 | 21 | 21 | 58 | 19 | 38 |
| Octal | 220 | 252 | 162 | 17 | 0 | 41 | 41 | 130 | 31 | 70 |
| Binary | 10010000 | 10101010 | 1110010 | 1111 | 0 | 100001 | 100001 | 1011000 | 11001 | 111000 |
Color Harmonies of #90AA72
Complementary color
Monochromatic Colors of #90AA72
Black with #90AA72
Text Example
Text Example
White with #90AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA72; }
p { color: rgb(144,170,114); }
H1.HeaderClassName
{
color: #90AA72;
}
.AnyTagClassName
{
color: #90AA72;
}
</style>
background-color css
<style>
a { background-color: #90AA72; }
a { background-color: rgb(144,170,114); }
div.DivClassName
{
background-color: #90AA72;
}
.BgClassName
{
background-color: #90AA72;
}
</style>
border-color css
<style>
span { border-color: #90AA72; }
span { border-color: rgb(144,170,114); }
td.TdClassName
{
border-color: #90AA72;
}
.TagClassName
{
border-color: #90AA72;
}
</style>