Shades of Olivine #90B766
Tints of Olivine #90B766
RGB
CMYK
RGB Variations
Color information
#90B766 (or 0x90B766) is known color: Olivine. HEX triplet: 90, B7 and 66. RGB value is (144,183,102). Sum of RGB (Red+Green+Blue) = 144+183+102=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #90B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B766 is #6F4899. Grayscale: #A2A2A2. Windows color (decimal): -7293082 or 6731664. OLE color: 6731664.
HSL color Cylindrical-coordinate representation of color #90B766: hue angle of 88.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90B766 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 102 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.28 |
| HSL | 88.89º | 0.36% | 0.56% | - |
| HSV(B) | 88.89º | 0.44% | 0.72% | - |
| XYZ | 30.83 | 40.76 | 18.81 | - |
| YUV | 162.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 102 | 0.21 | 0 | 0.44 | 0.28 | 88.89 | 0.36 | 0.56 |
| Hex | 90 | B7 | 66 | 15 | 0 | 2C | 1C | 59 | 24 | 38 |
| Octal | 220 | 267 | 146 | 25 | 0 | 54 | 34 | 131 | 44 | 70 |
| Binary | 10010000 | 10110111 | 1100110 | 10101 | 0 | 101100 | 11100 | 1011001 | 100100 | 111000 |
Color Harmonies of #90B766
Complementary color
Monochromatic Colors of #90B766
Black with #90B766
Text Example
Text Example
White with #90B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B766; }
p { color: rgb(144,183,102); }
H1.HeaderClassName
{
color: #90B766;
}
.AnyTagClassName
{
color: #90B766;
}
</style>
background-color css
<style>
a { background-color: #90B766; }
a { background-color: rgb(144,183,102); }
div.DivClassName
{
background-color: #90B766;
}
.BgClassName
{
background-color: #90B766;
}
</style>
border-color css
<style>
span { border-color: #90B766; }
span { border-color: rgb(144,183,102); }
td.TdClassName
{
border-color: #90B766;
}
.TagClassName
{
border-color: #90B766;
}
</style>