Shades of Olivine #90A970
Tints of Olivine #90A970
RGB
CMYK
RGB Variations
Color information
#90A970 (or 0x90A970) is known color: Olivine. HEX triplet: 90, A9 and 70. RGB value is (144,169,112). Sum of RGB (Red+Green+Blue) = 144+169+112=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #90A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A970 is #6F568F. Grayscale: #9B9B9B. Windows color (decimal): -7296656 or 7383440. OLE color: 7383440.
HSL color Cylindrical-coordinate representation of color #90A970: hue angle of 86.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90A970 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 169 | 112 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.34 |
| HSL | 86.32º | 0.25% | 0.55% | - |
| HSV(B) | 86.32º | 0.34% | 0.66% | - |
| XYZ | 28.61 | 35.48 | 20.67 | - |
| YUV | 155.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 112 | 0.15 | 0 | 0.34 | 0.34 | 86.32 | 0.25 | 0.55 |
| Hex | 90 | A9 | 70 | F | 0 | 22 | 22 | 56 | 19 | 37 |
| Octal | 220 | 251 | 160 | 17 | 0 | 42 | 42 | 126 | 31 | 67 |
| Binary | 10010000 | 10101001 | 1110000 | 1111 | 0 | 100010 | 100010 | 1010110 | 11001 | 110111 |
Color Harmonies of #90A970
Complementary color
Monochromatic Colors of #90A970
Black with #90A970
Text Example
Text Example
White with #90A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A970; }
p { color: rgb(144,169,112); }
H1.HeaderClassName
{
color: #90A970;
}
.AnyTagClassName
{
color: #90A970;
}
</style>
background-color css
<style>
a { background-color: #90A970; }
a { background-color: rgb(144,169,112); }
div.DivClassName
{
background-color: #90A970;
}
.BgClassName
{
background-color: #90A970;
}
</style>
border-color css
<style>
span { border-color: #90A970; }
span { border-color: rgb(144,169,112); }
td.TdClassName
{
border-color: #90A970;
}
.TagClassName
{
border-color: #90A970;
}
</style>