Shades of Olivine #90AD7F
Tints of Olivine #90AD7F
RGB
CMYK
RGB Variations
Color information
#90AD7F (or 0x90AD7F) is known color: Olivine. HEX triplet: 90, AD and 7F. RGB value is (144,173,127). Sum of RGB (Red+Green+Blue) = 144+173+127=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AD7F is #6F5280. Grayscale: #9F9F9F. Windows color (decimal): -7295617 or 8367504. OLE color: 8367504.
HSL color Cylindrical-coordinate representation of color #90AD7F: hue angle of 97.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90AD7F is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 127 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.32 |
| HSL | 97.83º | 0.22% | 0.59% | - |
| HSV(B) | 97.83º | 0.27% | 0.68% | - |
| XYZ | 30.28 | 37.35 | 25.69 | - |
| YUV | 159.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 127 | 0.17 | 0 | 0.27 | 0.32 | 97.83 | 0.22 | 0.59 |
| Hex | 90 | AD | 7F | 11 | 0 | 1B | 20 | 62 | 16 | 3B |
| Octal | 220 | 255 | 177 | 21 | 0 | 33 | 40 | 142 | 26 | 73 |
| Binary | 10010000 | 10101101 | 1111111 | 10001 | 0 | 11011 | 100000 | 1100010 | 10110 | 111011 |
Color Harmonies of #90AD7F
Complementary color
Monochromatic Colors of #90AD7F
Black with #90AD7F
Text Example
Text Example
White with #90AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD7F; }
p { color: rgb(144,173,127); }
H1.HeaderClassName
{
color: #90AD7F;
}
.AnyTagClassName
{
color: #90AD7F;
}
</style>
background-color css
<style>
a { background-color: #90AD7F; }
a { background-color: rgb(144,173,127); }
div.DivClassName
{
background-color: #90AD7F;
}
.BgClassName
{
background-color: #90AD7F;
}
</style>
border-color css
<style>
span { border-color: #90AD7F; }
span { border-color: rgb(144,173,127); }
td.TdClassName
{
border-color: #90AD7F;
}
.TagClassName
{
border-color: #90AD7F;
}
</style>