Shades of Olivine #90BE63
Tints of Olivine #90BE63
RGB
CMYK
RGB Variations
Color information
#90BE63 (or 0x90BE63) is known color: Olivine. HEX triplet: 90, BE and 63. RGB value is (144,190,99). Sum of RGB (Red+Green+Blue) = 144+190+99=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BE63 is #6F419C. Grayscale: #A6A6A6. Windows color (decimal): -7291293 or 6536848. OLE color: 6536848.
HSL color Cylindrical-coordinate representation of color #90BE63: hue angle of 90.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90BE63 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 99 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.25 |
| HSL | 90.33º | 0.41% | 0.57% | - |
| HSV(B) | 90.33º | 0.48% | 0.75% | - |
| XYZ | 32.17 | 43.66 | 18.54 | - |
| YUV | 165.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 99 | 0.24 | 0 | 0.48 | 0.25 | 90.33 | 0.41 | 0.57 |
| Hex | 90 | BE | 63 | 18 | 0 | 30 | 19 | 5A | 29 | 39 |
| Octal | 220 | 276 | 143 | 30 | 0 | 60 | 31 | 132 | 51 | 71 |
| Binary | 10010000 | 10111110 | 1100011 | 11000 | 0 | 110000 | 11001 | 1011010 | 101001 | 111001 |
Color Harmonies of #90BE63
Complementary color
Monochromatic Colors of #90BE63
Black with #90BE63
Text Example
Text Example
White with #90BE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE63; }
p { color: rgb(144,190,99); }
H1.HeaderClassName
{
color: #90BE63;
}
.AnyTagClassName
{
color: #90BE63;
}
</style>
background-color css
<style>
a { background-color: #90BE63; }
a { background-color: rgb(144,190,99); }
div.DivClassName
{
background-color: #90BE63;
}
.BgClassName
{
background-color: #90BE63;
}
</style>
border-color css
<style>
span { border-color: #90BE63; }
span { border-color: rgb(144,190,99); }
td.TdClassName
{
border-color: #90BE63;
}
.TagClassName
{
border-color: #90BE63;
}
</style>