Shades of Olivine #90AB73
Tints of Olivine #90AB73
RGB
CMYK
RGB Variations
Color information
#90AB73 (or 0x90AB73) is known color: Olivine. HEX triplet: 90, AB and 73. RGB value is (144,171,115). Sum of RGB (Red+Green+Blue) = 144+171+115=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB73 is #6F548C. Grayscale: #9C9C9C. Windows color (decimal): -7296141 or 7580560. OLE color: 7580560.
HSL color Cylindrical-coordinate representation of color #90AB73: hue angle of 88.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90AB73 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 115 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.33 |
| HSL | 88.93º | 0.25% | 0.56% | - |
| HSV(B) | 88.93º | 0.33% | 0.67% | - |
| XYZ | 29.16 | 36.29 | 21.69 | - |
| YUV | 156.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 115 | 0.16 | 0 | 0.33 | 0.33 | 88.93 | 0.25 | 0.56 |
| Hex | 90 | AB | 73 | 10 | 0 | 21 | 21 | 59 | 19 | 38 |
| Octal | 220 | 253 | 163 | 20 | 0 | 41 | 41 | 131 | 31 | 70 |
| Binary | 10010000 | 10101011 | 1110011 | 10000 | 0 | 100001 | 100001 | 1011001 | 11001 | 111000 |
Color Harmonies of #90AB73
Complementary color
Monochromatic Colors of #90AB73
Black with #90AB73
Text Example
Text Example
White with #90AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB73; }
p { color: rgb(144,171,115); }
H1.HeaderClassName
{
color: #90AB73;
}
.AnyTagClassName
{
color: #90AB73;
}
</style>
background-color css
<style>
a { background-color: #90AB73; }
a { background-color: rgb(144,171,115); }
div.DivClassName
{
background-color: #90AB73;
}
.BgClassName
{
background-color: #90AB73;
}
</style>
border-color css
<style>
span { border-color: #90AB73; }
span { border-color: rgb(144,171,115); }
td.TdClassName
{
border-color: #90AB73;
}
.TagClassName
{
border-color: #90AB73;
}
</style>