Shades of Olivine #90C86E
Tints of Olivine #90C86E
RGB
CMYK
RGB Variations
Color information
#90C86E (or 0x90C86E) is known color: Olivine. HEX triplet: 90, C8 and 6E. RGB value is (144,200,110). Sum of RGB (Red+Green+Blue) = 144+200+110=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #90C86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C86E is #6F3791. Grayscale: #ADADAD. Windows color (decimal): -7288722 or 7260304. OLE color: 7260304.
HSL color Cylindrical-coordinate representation of color #90C86E: hue angle of 97.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90C86E is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 110 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.22 |
| HSL | 97.33º | 0.45% | 0.61% | - |
| HSV(B) | 97.33º | 0.45% | 0.78% | - |
| XYZ | 34.97 | 48.36 | 22.24 | - |
| YUV | 173 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 110 | 0.28 | 0 | 0.45 | 0.22 | 97.33 | 0.45 | 0.61 |
| Hex | 90 | C8 | 6E | 1C | 0 | 2D | 16 | 61 | 2D | 3D |
| Octal | 220 | 310 | 156 | 34 | 0 | 55 | 26 | 141 | 55 | 75 |
| Binary | 10010000 | 11001000 | 1101110 | 11100 | 0 | 101101 | 10110 | 1100001 | 101101 | 111101 |
Color Harmonies of #90C86E
Complementary color
Monochromatic Colors of #90C86E
Black with #90C86E
Text Example
Text Example
White with #90C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C86E; }
p { color: rgb(144,200,110); }
H1.HeaderClassName
{
color: #90C86E;
}
.AnyTagClassName
{
color: #90C86E;
}
</style>
background-color css
<style>
a { background-color: #90C86E; }
a { background-color: rgb(144,200,110); }
div.DivClassName
{
background-color: #90C86E;
}
.BgClassName
{
background-color: #90C86E;
}
</style>
border-color css
<style>
span { border-color: #90C86E; }
span { border-color: rgb(144,200,110); }
td.TdClassName
{
border-color: #90C86E;
}
.TagClassName
{
border-color: #90C86E;
}
</style>