Shades of Olivine #90BD7C
Tints of Olivine #90BD7C
RGB
CMYK
RGB Variations
Color information
#90BD7C (or 0x90BD7C) is known color: Olivine. HEX triplet: 90, BD and 7C. RGB value is (144,189,124). Sum of RGB (Red+Green+Blue) = 144+189+124=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD7C is #6F4283. Grayscale: #A8A8A8. Windows color (decimal): -7291524 or 8174992. OLE color: 8174992.
HSL color Cylindrical-coordinate representation of color #90BD7C: hue angle of 101.54º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90BD7C is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 124 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.26 |
| HSL | 101.54º | 0.33% | 0.61% | - |
| HSV(B) | 101.54º | 0.34% | 0.74% | - |
| XYZ | 33.34 | 43.78 | 25.76 | - |
| YUV | 168.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 124 | 0.24 | 0 | 0.34 | 0.26 | 101.54 | 0.33 | 0.61 |
| Hex | 90 | BD | 7C | 18 | 0 | 22 | 1A | 66 | 21 | 3D |
| Octal | 220 | 275 | 174 | 30 | 0 | 42 | 32 | 146 | 41 | 75 |
| Binary | 10010000 | 10111101 | 1111100 | 11000 | 0 | 100010 | 11010 | 1100110 | 100001 | 111101 |
Color Harmonies of #90BD7C
Complementary color
Monochromatic Colors of #90BD7C
Black with #90BD7C
Text Example
Text Example
White with #90BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD7C; }
p { color: rgb(144,189,124); }
H1.HeaderClassName
{
color: #90BD7C;
}
.AnyTagClassName
{
color: #90BD7C;
}
</style>
background-color css
<style>
a { background-color: #90BD7C; }
a { background-color: rgb(144,189,124); }
div.DivClassName
{
background-color: #90BD7C;
}
.BgClassName
{
background-color: #90BD7C;
}
</style>
border-color css
<style>
span { border-color: #90BD7C; }
span { border-color: rgb(144,189,124); }
td.TdClassName
{
border-color: #90BD7C;
}
.TagClassName
{
border-color: #90BD7C;
}
</style>