Shades of Olivine #9EBB7F
Tints of Olivine #9EBB7F
RGB
CMYK
RGB Variations
Color information
#9EBB7F (or 0x9EBB7F) is known color: Olivine. HEX triplet: 9E, BB and 7F. RGB value is (158,187,127). Sum of RGB (Red+Green+Blue) = 158+187+127=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBB7F is #614480. Grayscale: #ABABAB. Windows color (decimal): -6374529 or 8371102. OLE color: 8371102.
HSL color Cylindrical-coordinate representation of color #9EBB7F: hue angle of 89º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EBB7F is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 127 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.27 |
| HSL | 89º | 0.31% | 0.62% | - |
| HSV(B) | 89º | 0.32% | 0.73% | - |
| XYZ | 35.7 | 44.34 | 26.76 | - |
| YUV | 171.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 127 | 0.16 | 0 | 0.32 | 0.27 | 89 | 0.31 | 0.62 |
| Hex | 9E | BB | 7F | 10 | 0 | 20 | 1B | 59 | 1F | 3E |
| Octal | 236 | 273 | 177 | 20 | 0 | 40 | 33 | 131 | 37 | 76 |
| Binary | 10011110 | 10111011 | 1111111 | 10000 | 0 | 100000 | 11011 | 1011001 | 11111 | 111110 |
Color Harmonies of #9EBB7F
Complementary color
Monochromatic Colors of #9EBB7F
Black with #9EBB7F
Text Example
Text Example
White with #9EBB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBB7F; }
p { color: rgb(158,187,127); }
H1.HeaderClassName
{
color: #9EBB7F;
}
.AnyTagClassName
{
color: #9EBB7F;
}
</style>
background-color css
<style>
a { background-color: #9EBB7F; }
a { background-color: rgb(158,187,127); }
div.DivClassName
{
background-color: #9EBB7F;
}
.BgClassName
{
background-color: #9EBB7F;
}
</style>
border-color css
<style>
span { border-color: #9EBB7F; }
span { border-color: rgb(158,187,127); }
td.TdClassName
{
border-color: #9EBB7F;
}
.TagClassName
{
border-color: #9EBB7F;
}
</style>