Shades of Olivine #90AC76
Tints of Olivine #90AC76
RGB
CMYK
RGB Variations
Color information
#90AC76 (or 0x90AC76) is known color: Olivine. HEX triplet: 90, AC and 76. RGB value is (144,172,118). Sum of RGB (Red+Green+Blue) = 144+172+118=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC76 is #6F5389. Grayscale: #9D9D9D. Windows color (decimal): -7295882 or 7777424. OLE color: 7777424.
HSL color Cylindrical-coordinate representation of color #90AC76: hue angle of 91.11º degrees, saturation: 0.25, 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 #90AC76 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 118 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.33 |
| HSL | 91.11º | 0.25% | 0.57% | - |
| HSV(B) | 91.11º | 0.31% | 0.67% | - |
| XYZ | 29.52 | 36.74 | 22.68 | - |
| YUV | 157.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 118 | 0.16 | 0 | 0.31 | 0.33 | 91.11 | 0.25 | 0.57 |
| Hex | 90 | AC | 76 | 10 | 0 | 1F | 21 | 5B | 19 | 39 |
| Octal | 220 | 254 | 166 | 20 | 0 | 37 | 41 | 133 | 31 | 71 |
| Binary | 10010000 | 10101100 | 1110110 | 10000 | 0 | 11111 | 100001 | 1011011 | 11001 | 111001 |
Color Harmonies of #90AC76
Complementary color
Monochromatic Colors of #90AC76
Black with #90AC76
Text Example
Text Example
White with #90AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC76; }
p { color: rgb(144,172,118); }
H1.HeaderClassName
{
color: #90AC76;
}
.AnyTagClassName
{
color: #90AC76;
}
</style>
background-color css
<style>
a { background-color: #90AC76; }
a { background-color: rgb(144,172,118); }
div.DivClassName
{
background-color: #90AC76;
}
.BgClassName
{
background-color: #90AC76;
}
</style>
border-color css
<style>
span { border-color: #90AC76; }
span { border-color: rgb(144,172,118); }
td.TdClassName
{
border-color: #90AC76;
}
.TagClassName
{
border-color: #90AC76;
}
</style>