Shades of Olivine #90BE7A
Tints of Olivine #90BE7A
RGB
CMYK
RGB Variations
Color information
#90BE7A (or 0x90BE7A) is known color: Olivine. HEX triplet: 90, BE and 7A. RGB value is (144,190,122). Sum of RGB (Red+Green+Blue) = 144+190+122=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BE7A is #6F4185. Grayscale: #A8A8A8. Windows color (decimal): -7291270 or 8044176. OLE color: 8044176.
HSL color Cylindrical-coordinate representation of color #90BE7A: hue angle of 100.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90BE7A is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 122 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.25 |
| HSL | 100.59º | 0.34% | 0.61% | - |
| HSV(B) | 100.59º | 0.36% | 0.75% | - |
| XYZ | 33.43 | 44.16 | 25.17 | - |
| YUV | 168.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 122 | 0.24 | 0 | 0.36 | 0.25 | 100.59 | 0.34 | 0.61 |
| Hex | 90 | BE | 7A | 18 | 0 | 24 | 19 | 65 | 22 | 3D |
| Octal | 220 | 276 | 172 | 30 | 0 | 44 | 31 | 145 | 42 | 75 |
| Binary | 10010000 | 10111110 | 1111010 | 11000 | 0 | 100100 | 11001 | 1100101 | 100010 | 111101 |
Color Harmonies of #90BE7A
Complementary color
Monochromatic Colors of #90BE7A
Black with #90BE7A
Text Example
Text Example
White with #90BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE7A; }
p { color: rgb(144,190,122); }
H1.HeaderClassName
{
color: #90BE7A;
}
.AnyTagClassName
{
color: #90BE7A;
}
</style>
background-color css
<style>
a { background-color: #90BE7A; }
a { background-color: rgb(144,190,122); }
div.DivClassName
{
background-color: #90BE7A;
}
.BgClassName
{
background-color: #90BE7A;
}
</style>
border-color css
<style>
span { border-color: #90BE7A; }
span { border-color: rgb(144,190,122); }
td.TdClassName
{
border-color: #90BE7A;
}
.TagClassName
{
border-color: #90BE7A;
}
</style>