Shades of Olivine #90AB76
Tints of Olivine #90AB76
RGB
CMYK
RGB Variations
Color information
#90AB76 (or 0x90AB76) is known color: Olivine. HEX triplet: 90, AB and 76. RGB value is (144,171,118). Sum of RGB (Red+Green+Blue) = 144+171+118=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB76 is #6F5489. Grayscale: #9D9D9D. Windows color (decimal): -7296138 or 7777168. OLE color: 7777168.
HSL color Cylindrical-coordinate representation of color #90AB76: hue angle of 90.57º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90AB76 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 118 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.33 |
| HSL | 90.57º | 0.24% | 0.57% | - |
| HSV(B) | 90.57º | 0.31% | 0.67% | - |
| XYZ | 29.33 | 36.36 | 22.61 | - |
| YUV | 156.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 118 | 0.16 | 0 | 0.31 | 0.33 | 90.57 | 0.24 | 0.57 |
| Hex | 90 | AB | 76 | 10 | 0 | 1F | 21 | 5B | 18 | 39 |
| Octal | 220 | 253 | 166 | 20 | 0 | 37 | 41 | 133 | 30 | 71 |
| Binary | 10010000 | 10101011 | 1110110 | 10000 | 0 | 11111 | 100001 | 1011011 | 11000 | 111001 |
Color Harmonies of #90AB76
Complementary color
Monochromatic Colors of #90AB76
Black with #90AB76
Text Example
Text Example
White with #90AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB76; }
p { color: rgb(144,171,118); }
H1.HeaderClassName
{
color: #90AB76;
}
.AnyTagClassName
{
color: #90AB76;
}
</style>
background-color css
<style>
a { background-color: #90AB76; }
a { background-color: rgb(144,171,118); }
div.DivClassName
{
background-color: #90AB76;
}
.BgClassName
{
background-color: #90AB76;
}
</style>
border-color css
<style>
span { border-color: #90AB76; }
span { border-color: rgb(144,171,118); }
td.TdClassName
{
border-color: #90AB76;
}
.TagClassName
{
border-color: #90AB76;
}
</style>