Shades of Olivine #90AC7A
Tints of Olivine #90AC7A
RGB
CMYK
RGB Variations
Color information
#90AC7A (or 0x90AC7A) is known color: Olivine. HEX triplet: 90, AC and 7A. RGB value is (144,172,122). Sum of RGB (Red+Green+Blue) = 144+172+122=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC7A is #6F5385. Grayscale: #9E9E9E. Windows color (decimal): -7295878 or 8039568. OLE color: 8039568.
HSL color Cylindrical-coordinate representation of color #90AC7A: hue angle of 93.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90AC7A is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 122 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.33 |
| HSL | 93.6º | 0.23% | 0.58% | - |
| HSV(B) | 93.6º | 0.29% | 0.67% | - |
| XYZ | 29.77 | 36.84 | 23.95 | - |
| YUV | 157.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 122 | 0.16 | 0 | 0.29 | 0.33 | 93.6 | 0.23 | 0.58 |
| Hex | 90 | AC | 7A | 10 | 0 | 1D | 21 | 5E | 17 | 3A |
| Octal | 220 | 254 | 172 | 20 | 0 | 35 | 41 | 136 | 27 | 72 |
| Binary | 10010000 | 10101100 | 1111010 | 10000 | 0 | 11101 | 100001 | 1011110 | 10111 | 111010 |
Color Harmonies of #90AC7A
Complementary color
Monochromatic Colors of #90AC7A
Black with #90AC7A
Text Example
Text Example
White with #90AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC7A; }
p { color: rgb(144,172,122); }
H1.HeaderClassName
{
color: #90AC7A;
}
.AnyTagClassName
{
color: #90AC7A;
}
</style>
background-color css
<style>
a { background-color: #90AC7A; }
a { background-color: rgb(144,172,122); }
div.DivClassName
{
background-color: #90AC7A;
}
.BgClassName
{
background-color: #90AC7A;
}
</style>
border-color css
<style>
span { border-color: #90AC7A; }
span { border-color: rgb(144,172,122); }
td.TdClassName
{
border-color: #90AC7A;
}
.TagClassName
{
border-color: #90AC7A;
}
</style>