Shades of Olivine #90B579
Tints of Olivine #90B579
RGB
CMYK
RGB Variations
Color information
#90B579 (or 0x90B579) is known color: Olivine. HEX triplet: 90, B5 and 79. RGB value is (144,181,121). Sum of RGB (Red+Green+Blue) = 144+181+121=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #90B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B579 is #6F4A86. Grayscale: #A3A3A3. Windows color (decimal): -7293575 or 7976336. OLE color: 7976336.
HSL color Cylindrical-coordinate representation of color #90B579: hue angle of 97º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90B579 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 121 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.29 |
| HSL | 97º | 0.29% | 0.59% | - |
| HSV(B) | 97º | 0.33% | 0.71% | - |
| XYZ | 31.48 | 40.36 | 24.22 | - |
| YUV | 163.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 121 | 0.20 | 0 | 0.33 | 0.29 | 97 | 0.29 | 0.59 |
| Hex | 90 | B5 | 79 | 14 | 0 | 21 | 1D | 61 | 1D | 3B |
| Octal | 220 | 265 | 171 | 24 | 0 | 41 | 35 | 141 | 35 | 73 |
| Binary | 10010000 | 10110101 | 1111001 | 10100 | 0 | 100001 | 11101 | 1100001 | 11101 | 111011 |
Color Harmonies of #90B579
Complementary color
Monochromatic Colors of #90B579
Black with #90B579
Text Example
Text Example
White with #90B579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B579; }
p { color: rgb(144,181,121); }
H1.HeaderClassName
{
color: #90B579;
}
.AnyTagClassName
{
color: #90B579;
}
</style>
background-color css
<style>
a { background-color: #90B579; }
a { background-color: rgb(144,181,121); }
div.DivClassName
{
background-color: #90B579;
}
.BgClassName
{
background-color: #90B579;
}
</style>
border-color css
<style>
span { border-color: #90B579; }
span { border-color: rgb(144,181,121); }
td.TdClassName
{
border-color: #90B579;
}
.TagClassName
{
border-color: #90B579;
}
</style>