Shades of Olivine #90BE71
Tints of Olivine #90BE71
RGB
CMYK
RGB Variations
Color information
#90BE71 (or 0x90BE71) is known color: Olivine. HEX triplet: 90, BE and 71. RGB value is (144,190,113). Sum of RGB (Red+Green+Blue) = 144+190+113=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BE71 is #6F418E. Grayscale: #A7A7A7. Windows color (decimal): -7291279 or 7454352. OLE color: 7454352.
HSL color Cylindrical-coordinate representation of color #90BE71: hue angle of 95.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90BE71 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 113 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.25 |
| HSL | 95.84º | 0.37% | 0.59% | - |
| HSV(B) | 95.84º | 0.41% | 0.75% | - |
| XYZ | 32.9 | 43.95 | 22.37 | - |
| YUV | 167.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 113 | 0.24 | 0 | 0.41 | 0.25 | 95.84 | 0.37 | 0.59 |
| Hex | 90 | BE | 71 | 18 | 0 | 29 | 19 | 60 | 25 | 3B |
| Octal | 220 | 276 | 161 | 30 | 0 | 51 | 31 | 140 | 45 | 73 |
| Binary | 10010000 | 10111110 | 1110001 | 11000 | 0 | 101001 | 11001 | 1100000 | 100101 | 111011 |
Color Harmonies of #90BE71
Complementary color
Monochromatic Colors of #90BE71
Black with #90BE71
Text Example
Text Example
White with #90BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE71; }
p { color: rgb(144,190,113); }
H1.HeaderClassName
{
color: #90BE71;
}
.AnyTagClassName
{
color: #90BE71;
}
</style>
background-color css
<style>
a { background-color: #90BE71; }
a { background-color: rgb(144,190,113); }
div.DivClassName
{
background-color: #90BE71;
}
.BgClassName
{
background-color: #90BE71;
}
</style>
border-color css
<style>
span { border-color: #90BE71; }
span { border-color: rgb(144,190,113); }
td.TdClassName
{
border-color: #90BE71;
}
.TagClassName
{
border-color: #90BE71;
}
</style>