Shades of Olivine #90C569
Tints of Olivine #90C569
RGB
CMYK
RGB Variations
Color information
#90C569 (or 0x90C569) is known color: Olivine. HEX triplet: 90, C5 and 69. RGB value is (144,197,105). Sum of RGB (Red+Green+Blue) = 144+197+105=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #90C569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C569 is #6F3A96. Grayscale: #AAAAAA. Windows color (decimal): -7289495 or 6931856. OLE color: 6931856.
HSL color Cylindrical-coordinate representation of color #90C569: hue angle of 94.57º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90C569 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 105 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.23 |
| HSL | 94.57º | 0.44% | 0.59% | - |
| HSV(B) | 94.57º | 0.47% | 0.77% | - |
| XYZ | 34.02 | 46.88 | 20.62 | - |
| YUV | 170.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 105 | 0.27 | 0 | 0.47 | 0.23 | 94.57 | 0.44 | 0.59 |
| Hex | 90 | C5 | 69 | 1B | 0 | 2F | 17 | 5F | 2C | 3B |
| Octal | 220 | 305 | 151 | 33 | 0 | 57 | 27 | 137 | 54 | 73 |
| Binary | 10010000 | 11000101 | 1101001 | 11011 | 0 | 101111 | 10111 | 1011111 | 101100 | 111011 |
Color Harmonies of #90C569
Complementary color
Monochromatic Colors of #90C569
Black with #90C569
Text Example
Text Example
White with #90C569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C569; }
p { color: rgb(144,197,105); }
H1.HeaderClassName
{
color: #90C569;
}
.AnyTagClassName
{
color: #90C569;
}
</style>
background-color css
<style>
a { background-color: #90C569; }
a { background-color: rgb(144,197,105); }
div.DivClassName
{
background-color: #90C569;
}
.BgClassName
{
background-color: #90C569;
}
</style>
border-color css
<style>
span { border-color: #90C569; }
span { border-color: rgb(144,197,105); }
td.TdClassName
{
border-color: #90C569;
}
.TagClassName
{
border-color: #90C569;
}
</style>