Shades of Olivine #90AD6C
Tints of Olivine #90AD6C
RGB
CMYK
RGB Variations
Color information
#90AD6C (or 0x90AD6C) is known color: Olivine. HEX triplet: 90, AD and 6C. RGB value is (144,173,108). Sum of RGB (Red+Green+Blue) = 144+173+108=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AD6C is #6F5293. Grayscale: #9D9D9D. Windows color (decimal): -7295636 or 7122320. OLE color: 7122320.
HSL color Cylindrical-coordinate representation of color #90AD6C: hue angle of 86.77º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90AD6C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 108 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.32 |
| HSL | 86.77º | 0.28% | 0.55% | - |
| HSV(B) | 86.77º | 0.38% | 0.68% | - |
| XYZ | 29.15 | 36.9 | 19.77 | - |
| YUV | 156.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 108 | 0.17 | 0 | 0.38 | 0.32 | 86.77 | 0.28 | 0.55 |
| Hex | 90 | AD | 6C | 11 | 0 | 26 | 20 | 57 | 1C | 37 |
| Octal | 220 | 255 | 154 | 21 | 0 | 46 | 40 | 127 | 34 | 67 |
| Binary | 10010000 | 10101101 | 1101100 | 10001 | 0 | 100110 | 100000 | 1010111 | 11100 | 110111 |
Color Harmonies of #90AD6C
Complementary color
Monochromatic Colors of #90AD6C
Black with #90AD6C
Text Example
Text Example
White with #90AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD6C; }
p { color: rgb(144,173,108); }
H1.HeaderClassName
{
color: #90AD6C;
}
.AnyTagClassName
{
color: #90AD6C;
}
</style>
background-color css
<style>
a { background-color: #90AD6C; }
a { background-color: rgb(144,173,108); }
div.DivClassName
{
background-color: #90AD6C;
}
.BgClassName
{
background-color: #90AD6C;
}
</style>
border-color css
<style>
span { border-color: #90AD6C; }
span { border-color: rgb(144,173,108); }
td.TdClassName
{
border-color: #90AD6C;
}
.TagClassName
{
border-color: #90AD6C;
}
</style>