Shades of Olivine #90BD7D
Tints of Olivine #90BD7D
RGB
CMYK
RGB Variations
Color information
#90BD7D (or 0x90BD7D) is known color: Olivine. HEX triplet: 90, BD and 7D. RGB value is (144,189,125). Sum of RGB (Red+Green+Blue) = 144+189+125=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD7D is #6F4282. Grayscale: #A8A8A8. Windows color (decimal): -7291523 or 8240528. OLE color: 8240528.
HSL color Cylindrical-coordinate representation of color #90BD7D: hue angle of 102.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90BD7D is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 125 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.26 |
| HSL | 102.19º | 0.33% | 0.62% | - |
| HSV(B) | 102.19º | 0.34% | 0.74% | - |
| XYZ | 33.4 | 43.81 | 26.1 | - |
| YUV | 168.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 125 | 0.24 | 0 | 0.34 | 0.26 | 102.19 | 0.33 | 0.62 |
| Hex | 90 | BD | 7D | 18 | 0 | 22 | 1A | 66 | 21 | 3E |
| Octal | 220 | 275 | 175 | 30 | 0 | 42 | 32 | 146 | 41 | 76 |
| Binary | 10010000 | 10111101 | 1111101 | 11000 | 0 | 100010 | 11010 | 1100110 | 100001 | 111110 |
Color Harmonies of #90BD7D
Complementary color
Monochromatic Colors of #90BD7D
Black with #90BD7D
Text Example
Text Example
White with #90BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD7D; }
p { color: rgb(144,189,125); }
H1.HeaderClassName
{
color: #90BD7D;
}
.AnyTagClassName
{
color: #90BD7D;
}
</style>
background-color css
<style>
a { background-color: #90BD7D; }
a { background-color: rgb(144,189,125); }
div.DivClassName
{
background-color: #90BD7D;
}
.BgClassName
{
background-color: #90BD7D;
}
</style>
border-color css
<style>
span { border-color: #90BD7D; }
span { border-color: rgb(144,189,125); }
td.TdClassName
{
border-color: #90BD7D;
}
.TagClassName
{
border-color: #90BD7D;
}
</style>