Shades of Olivine #9EBA66
Tints of Olivine #9EBA66
RGB
CMYK
RGB Variations
Color information
#9EBA66 (or 0x9EBA66) is known color: Olivine. HEX triplet: 9E, BA and 66. RGB value is (158,186,102). Sum of RGB (Red+Green+Blue) = 158+186+102=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA66 is #614599. Grayscale: #A8A8A8. Windows color (decimal): -6374810 or 6732446. OLE color: 6732446.
HSL color Cylindrical-coordinate representation of color #9EBA66: hue angle of 80º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EBA66 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 102 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.27 |
| HSL | 80º | 0.38% | 0.56% | - |
| HSV(B) | 80º | 0.45% | 0.73% | - |
| XYZ | 34.06 | 43.35 | 19.14 | - |
| YUV | 168.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 102 | 0.15 | 0 | 0.45 | 0.27 | 80 | 0.38 | 0.56 |
| Hex | 9E | BA | 66 | F | 0 | 2D | 1B | 50 | 26 | 38 |
| Octal | 236 | 272 | 146 | 17 | 0 | 55 | 33 | 120 | 46 | 70 |
| Binary | 10011110 | 10111010 | 1100110 | 1111 | 0 | 101101 | 11011 | 1010000 | 100110 | 111000 |
Color Harmonies of #9EBA66
Complementary color
Monochromatic Colors of #9EBA66
Black with #9EBA66
Text Example
Text Example
White with #9EBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA66; }
p { color: rgb(158,186,102); }
H1.HeaderClassName
{
color: #9EBA66;
}
.AnyTagClassName
{
color: #9EBA66;
}
</style>
background-color css
<style>
a { background-color: #9EBA66; }
a { background-color: rgb(158,186,102); }
div.DivClassName
{
background-color: #9EBA66;
}
.BgClassName
{
background-color: #9EBA66;
}
</style>
border-color css
<style>
span { border-color: #9EBA66; }
span { border-color: rgb(158,186,102); }
td.TdClassName
{
border-color: #9EBA66;
}
.TagClassName
{
border-color: #9EBA66;
}
</style>