Shades of Olivine #90AC75
Tints of Olivine #90AC75
RGB
CMYK
RGB Variations
Color information
#90AC75 (or 0x90AC75) is known color: Olivine. HEX triplet: 90, AC and 75. RGB value is (144,172,117). Sum of RGB (Red+Green+Blue) = 144+172+117=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC75 is #6F538A. Grayscale: #9D9D9D. Windows color (decimal): -7295883 or 7711888. OLE color: 7711888.
HSL color Cylindrical-coordinate representation of color #90AC75: hue angle of 90.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90AC75 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 117 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.33 |
| HSL | 90.55º | 0.25% | 0.57% | - |
| HSV(B) | 90.55º | 0.32% | 0.67% | - |
| XYZ | 29.47 | 36.72 | 22.36 | - |
| YUV | 157.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 117 | 0.16 | 0 | 0.32 | 0.33 | 90.55 | 0.25 | 0.57 |
| Hex | 90 | AC | 75 | 10 | 0 | 20 | 21 | 5B | 19 | 39 |
| Octal | 220 | 254 | 165 | 20 | 0 | 40 | 41 | 133 | 31 | 71 |
| Binary | 10010000 | 10101100 | 1110101 | 10000 | 0 | 100000 | 100001 | 1011011 | 11001 | 111001 |
Color Harmonies of #90AC75
Complementary color
Monochromatic Colors of #90AC75
Black with #90AC75
Text Example
Text Example
White with #90AC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC75; }
p { color: rgb(144,172,117); }
H1.HeaderClassName
{
color: #90AC75;
}
.AnyTagClassName
{
color: #90AC75;
}
</style>
background-color css
<style>
a { background-color: #90AC75; }
a { background-color: rgb(144,172,117); }
div.DivClassName
{
background-color: #90AC75;
}
.BgClassName
{
background-color: #90AC75;
}
</style>
border-color css
<style>
span { border-color: #90AC75; }
span { border-color: rgb(144,172,117); }
td.TdClassName
{
border-color: #90AC75;
}
.TagClassName
{
border-color: #90AC75;
}
</style>