Shades of Olivine #90BA71
Tints of Olivine #90BA71
RGB
CMYK
RGB Variations
Color information
#90BA71 (or 0x90BA71) is known color: Olivine. HEX triplet: 90, BA and 71. RGB value is (144,186,113). Sum of RGB (Red+Green+Blue) = 144+186+113=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA71 is #6F458E. Grayscale: #A5A5A5. Windows color (decimal): -7292303 or 7453328. OLE color: 7453328.
HSL color Cylindrical-coordinate representation of color #90BA71: hue angle of 94.52º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90BA71 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 113 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.27 |
| HSL | 94.52º | 0.35% | 0.59% | - |
| HSV(B) | 94.52º | 0.39% | 0.73% | - |
| XYZ | 32.04 | 42.24 | 22.09 | - |
| YUV | 165.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 113 | 0.23 | 0 | 0.39 | 0.27 | 94.52 | 0.35 | 0.59 |
| Hex | 90 | BA | 71 | 17 | 0 | 27 | 1B | 5F | 23 | 3B |
| Octal | 220 | 272 | 161 | 27 | 0 | 47 | 33 | 137 | 43 | 73 |
| Binary | 10010000 | 10111010 | 1110001 | 10111 | 0 | 100111 | 11011 | 1011111 | 100011 | 111011 |
Color Harmonies of #90BA71
Complementary color
Monochromatic Colors of #90BA71
Black with #90BA71
Text Example
Text Example
White with #90BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA71; }
p { color: rgb(144,186,113); }
H1.HeaderClassName
{
color: #90BA71;
}
.AnyTagClassName
{
color: #90BA71;
}
</style>
background-color css
<style>
a { background-color: #90BA71; }
a { background-color: rgb(144,186,113); }
div.DivClassName
{
background-color: #90BA71;
}
.BgClassName
{
background-color: #90BA71;
}
</style>
border-color css
<style>
span { border-color: #90BA71; }
span { border-color: rgb(144,186,113); }
td.TdClassName
{
border-color: #90BA71;
}
.TagClassName
{
border-color: #90BA71;
}
</style>