Shades of Olivine #90BA74
Tints of Olivine #90BA74
RGB
CMYK
RGB Variations
Color information
#90BA74 (or 0x90BA74) is known color: Olivine. HEX triplet: 90, BA and 74. RGB value is (144,186,116). Sum of RGB (Red+Green+Blue) = 144+186+116=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA74 is #6F458B. Grayscale: #A5A5A5. Windows color (decimal): -7292300 or 7649936. OLE color: 7649936.
HSL color Cylindrical-coordinate representation of color #90BA74: hue angle of 96º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90BA74 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 116 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.27 |
| HSL | 96º | 0.34% | 0.59% | - |
| HSV(B) | 96º | 0.38% | 0.73% | - |
| XYZ | 32.21 | 42.31 | 22.99 | - |
| YUV | 165.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 116 | 0.23 | 0 | 0.38 | 0.27 | 96 | 0.34 | 0.59 |
| Hex | 90 | BA | 74 | 17 | 0 | 26 | 1B | 60 | 22 | 3B |
| Octal | 220 | 272 | 164 | 27 | 0 | 46 | 33 | 140 | 42 | 73 |
| Binary | 10010000 | 10111010 | 1110100 | 10111 | 0 | 100110 | 11011 | 1100000 | 100010 | 111011 |
Color Harmonies of #90BA74
Complementary color
Monochromatic Colors of #90BA74
Black with #90BA74
Text Example
Text Example
White with #90BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA74; }
p { color: rgb(144,186,116); }
H1.HeaderClassName
{
color: #90BA74;
}
.AnyTagClassName
{
color: #90BA74;
}
</style>
background-color css
<style>
a { background-color: #90BA74; }
a { background-color: rgb(144,186,116); }
div.DivClassName
{
background-color: #90BA74;
}
.BgClassName
{
background-color: #90BA74;
}
</style>
border-color css
<style>
span { border-color: #90BA74; }
span { border-color: rgb(144,186,116); }
td.TdClassName
{
border-color: #90BA74;
}
.TagClassName
{
border-color: #90BA74;
}
</style>