Shades of Olivine #90BE7B
Tints of Olivine #90BE7B
RGB
CMYK
RGB Variations
Color information
#90BE7B (or 0x90BE7B) is known color: Olivine. HEX triplet: 90, BE and 7B. RGB value is (144,190,123). Sum of RGB (Red+Green+Blue) = 144+190+123=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BE7B is #6F4184. Grayscale: #A8A8A8. Windows color (decimal): -7291269 or 8109712. OLE color: 8109712.
HSL color Cylindrical-coordinate representation of color #90BE7B: hue angle of 101.19º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BE7B is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 123 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.25 |
| HSL | 101.19º | 0.34% | 0.61% | - |
| HSV(B) | 101.19º | 0.35% | 0.75% | - |
| XYZ | 33.49 | 44.19 | 25.5 | - |
| YUV | 168.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 123 | 0.24 | 0 | 0.35 | 0.25 | 101.19 | 0.34 | 0.61 |
| Hex | 90 | BE | 7B | 18 | 0 | 23 | 19 | 65 | 22 | 3D |
| Octal | 220 | 276 | 173 | 30 | 0 | 43 | 31 | 145 | 42 | 75 |
| Binary | 10010000 | 10111110 | 1111011 | 11000 | 0 | 100011 | 11001 | 1100101 | 100010 | 111101 |
Color Harmonies of #90BE7B
Complementary color
Monochromatic Colors of #90BE7B
Black with #90BE7B
Text Example
Text Example
White with #90BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE7B; }
p { color: rgb(144,190,123); }
H1.HeaderClassName
{
color: #90BE7B;
}
.AnyTagClassName
{
color: #90BE7B;
}
</style>
background-color css
<style>
a { background-color: #90BE7B; }
a { background-color: rgb(144,190,123); }
div.DivClassName
{
background-color: #90BE7B;
}
.BgClassName
{
background-color: #90BE7B;
}
</style>
border-color css
<style>
span { border-color: #90BE7B; }
span { border-color: rgb(144,190,123); }
td.TdClassName
{
border-color: #90BE7B;
}
.TagClassName
{
border-color: #90BE7B;
}
</style>