Shades of Olivine #90BD66
Tints of Olivine #90BD66
RGB
CMYK
RGB Variations
Color information
#90BD66 (or 0x90BD66) is known color: Olivine. HEX triplet: 90, BD and 66. RGB value is (144,189,102). Sum of RGB (Red+Green+Blue) = 144+189+102=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD66 is #6F4299. Grayscale: #A5A5A5. Windows color (decimal): -7291546 or 6733200. OLE color: 6733200.
HSL color Cylindrical-coordinate representation of color #90BD66: hue angle of 91.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90BD66 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 102 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.26 |
| HSL | 91.03º | 0.4% | 0.57% | - |
| HSV(B) | 91.03º | 0.46% | 0.74% | - |
| XYZ | 32.1 | 43.28 | 19.23 | - |
| YUV | 165.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 102 | 0.24 | 0 | 0.46 | 0.26 | 91.03 | 0.4 | 0.57 |
| Hex | 90 | BD | 66 | 18 | 0 | 2E | 1A | 5B | 28 | 39 |
| Octal | 220 | 275 | 146 | 30 | 0 | 56 | 32 | 133 | 50 | 71 |
| Binary | 10010000 | 10111101 | 1100110 | 11000 | 0 | 101110 | 11010 | 1011011 | 101000 | 111001 |
Color Harmonies of #90BD66
Complementary color
Monochromatic Colors of #90BD66
Black with #90BD66
Text Example
Text Example
White with #90BD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD66; }
p { color: rgb(144,189,102); }
H1.HeaderClassName
{
color: #90BD66;
}
.AnyTagClassName
{
color: #90BD66;
}
</style>
background-color css
<style>
a { background-color: #90BD66; }
a { background-color: rgb(144,189,102); }
div.DivClassName
{
background-color: #90BD66;
}
.BgClassName
{
background-color: #90BD66;
}
</style>
border-color css
<style>
span { border-color: #90BD66; }
span { border-color: rgb(144,189,102); }
td.TdClassName
{
border-color: #90BD66;
}
.TagClassName
{
border-color: #90BD66;
}
</style>