Shades of Olivine #90A976
Tints of Olivine #90A976
RGB
CMYK
RGB Variations
Color information
#90A976 (or 0x90A976) is known color: Olivine. HEX triplet: 90, A9 and 76. RGB value is (144,169,118). Sum of RGB (Red+Green+Blue) = 144+169+118=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #90A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A976 is #6F5689. Grayscale: #9B9B9B. Windows color (decimal): -7296650 or 7776656. OLE color: 7776656.
HSL color Cylindrical-coordinate representation of color #90A976: hue angle of 89.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90A976 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 169 | 118 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.34 |
| HSL | 89.41º | 0.23% | 0.56% | - |
| HSV(B) | 89.41º | 0.3% | 0.66% | - |
| XYZ | 28.96 | 35.61 | 22.49 | - |
| YUV | 155.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 118 | 0.15 | 0 | 0.30 | 0.34 | 89.41 | 0.23 | 0.56 |
| Hex | 90 | A9 | 76 | F | 0 | 1E | 22 | 59 | 17 | 38 |
| Octal | 220 | 251 | 166 | 17 | 0 | 36 | 42 | 131 | 27 | 70 |
| Binary | 10010000 | 10101001 | 1110110 | 1111 | 0 | 11110 | 100010 | 1011001 | 10111 | 111000 |
Color Harmonies of #90A976
Complementary color
Monochromatic Colors of #90A976
Black with #90A976
Text Example
Text Example
White with #90A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A976; }
p { color: rgb(144,169,118); }
H1.HeaderClassName
{
color: #90A976;
}
.AnyTagClassName
{
color: #90A976;
}
</style>
background-color css
<style>
a { background-color: #90A976; }
a { background-color: rgb(144,169,118); }
div.DivClassName
{
background-color: #90A976;
}
.BgClassName
{
background-color: #90A976;
}
</style>
border-color css
<style>
span { border-color: #90A976; }
span { border-color: rgb(144,169,118); }
td.TdClassName
{
border-color: #90A976;
}
.TagClassName
{
border-color: #90A976;
}
</style>