Shades of Olivine #90B66D
Tints of Olivine #90B66D
RGB
CMYK
RGB Variations
Color information
#90B66D (or 0x90B66D) is known color: Olivine. HEX triplet: 90, B6 and 6D. RGB value is (144,182,109). Sum of RGB (Red+Green+Blue) = 144+182+109=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #90B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B66D is #6F4992. Grayscale: #A2A2A2. Windows color (decimal): -7293331 or 7190160. OLE color: 7190160.
HSL color Cylindrical-coordinate representation of color #90B66D: hue angle of 91.23º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90B66D is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 182 | 109 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.29 |
| HSL | 91.23º | 0.33% | 0.57% | - |
| HSV(B) | 91.23º | 0.4% | 0.71% | - |
| XYZ | 30.99 | 40.49 | 20.65 | - |
| YUV | 162.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 109 | 0.21 | 0 | 0.40 | 0.29 | 91.23 | 0.33 | 0.57 |
| Hex | 90 | B6 | 6D | 15 | 0 | 28 | 1D | 5B | 21 | 39 |
| Octal | 220 | 266 | 155 | 25 | 0 | 50 | 35 | 133 | 41 | 71 |
| Binary | 10010000 | 10110110 | 1101101 | 10101 | 0 | 101000 | 11101 | 1011011 | 100001 | 111001 |
Color Harmonies of #90B66D
Complementary color
Monochromatic Colors of #90B66D
Black with #90B66D
Text Example
Text Example
White with #90B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B66D; }
p { color: rgb(144,182,109); }
H1.HeaderClassName
{
color: #90B66D;
}
.AnyTagClassName
{
color: #90B66D;
}
</style>
background-color css
<style>
a { background-color: #90B66D; }
a { background-color: rgb(144,182,109); }
div.DivClassName
{
background-color: #90B66D;
}
.BgClassName
{
background-color: #90B66D;
}
</style>
border-color css
<style>
span { border-color: #90B66D; }
span { border-color: rgb(144,182,109); }
td.TdClassName
{
border-color: #90B66D;
}
.TagClassName
{
border-color: #90B66D;
}
</style>