Shades of Olivine #9EBC7F
Tints of Olivine #9EBC7F
RGB
CMYK
RGB Variations
Color information
#9EBC7F (or 0x9EBC7F) is known color: Olivine. HEX triplet: 9E, BC and 7F. RGB value is (158,188,127). Sum of RGB (Red+Green+Blue) = 158+188+127=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC7F is #614380. Grayscale: #ACACAC. Windows color (decimal): -6374273 or 8371358. OLE color: 8371358.
HSL color Cylindrical-coordinate representation of color #9EBC7F: hue angle of 89.51º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EBC7F is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 127 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.26 |
| HSL | 89.51º | 0.31% | 0.62% | - |
| HSV(B) | 89.51º | 0.32% | 0.74% | - |
| XYZ | 35.91 | 44.77 | 26.83 | - |
| YUV | 172.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 127 | 0.16 | 0 | 0.32 | 0.26 | 89.51 | 0.31 | 0.62 |
| Hex | 9E | BC | 7F | 10 | 0 | 20 | 1A | 5A | 1F | 3E |
| Octal | 236 | 274 | 177 | 20 | 0 | 40 | 32 | 132 | 37 | 76 |
| Binary | 10011110 | 10111100 | 1111111 | 10000 | 0 | 100000 | 11010 | 1011010 | 11111 | 111110 |
Color Harmonies of #9EBC7F
Complementary color
Monochromatic Colors of #9EBC7F
Black with #9EBC7F
Text Example
Text Example
White with #9EBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC7F; }
p { color: rgb(158,188,127); }
H1.HeaderClassName
{
color: #9EBC7F;
}
.AnyTagClassName
{
color: #9EBC7F;
}
</style>
background-color css
<style>
a { background-color: #9EBC7F; }
a { background-color: rgb(158,188,127); }
div.DivClassName
{
background-color: #9EBC7F;
}
.BgClassName
{
background-color: #9EBC7F;
}
</style>
border-color css
<style>
span { border-color: #9EBC7F; }
span { border-color: rgb(158,188,127); }
td.TdClassName
{
border-color: #9EBC7F;
}
.TagClassName
{
border-color: #9EBC7F;
}
</style>