Shades of Olivine #90A579
Tints of Olivine #90A579
RGB
CMYK
RGB Variations
Color information
#90A579 (or 0x90A579) is known color: Olivine. HEX triplet: 90, A5 and 79. RGB value is (144,165,121). Sum of RGB (Red+Green+Blue) = 144+165+121=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #90A579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A579 is #6F5A86. Grayscale: #999999. Windows color (decimal): -7297671 or 7972240. OLE color: 7972240.
HSL color Cylindrical-coordinate representation of color #90A579: hue angle of 88.64º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A579 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 165 | 121 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.35 |
| HSL | 88.64º | 0.2% | 0.56% | - |
| HSV(B) | 88.64º | 0.27% | 0.65% | - |
| XYZ | 28.41 | 34.22 | 23.2 | - |
| YUV | 153.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 121 | 0.13 | 0 | 0.27 | 0.35 | 88.64 | 0.2 | 0.56 |
| Hex | 90 | A5 | 79 | D | 0 | 1B | 23 | 59 | 14 | 38 |
| Octal | 220 | 245 | 171 | 15 | 0 | 33 | 43 | 131 | 24 | 70 |
| Binary | 10010000 | 10100101 | 1111001 | 1101 | 0 | 11011 | 100011 | 1011001 | 10100 | 111000 |
Color Harmonies of #90A579
Complementary color
Monochromatic Colors of #90A579
Black with #90A579
Text Example
Text Example
White with #90A579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A579; }
p { color: rgb(144,165,121); }
H1.HeaderClassName
{
color: #90A579;
}
.AnyTagClassName
{
color: #90A579;
}
</style>
background-color css
<style>
a { background-color: #90A579; }
a { background-color: rgb(144,165,121); }
div.DivClassName
{
background-color: #90A579;
}
.BgClassName
{
background-color: #90A579;
}
</style>
border-color css
<style>
span { border-color: #90A579; }
span { border-color: rgb(144,165,121); }
td.TdClassName
{
border-color: #90A579;
}
.TagClassName
{
border-color: #90A579;
}
</style>