Shades of Olivine #9EBE7D
Tints of Olivine #9EBE7D
RGB
CMYK
RGB Variations
Color information
#9EBE7D (or 0x9EBE7D) is known color: Olivine. HEX triplet: 9E, BE and 7D. RGB value is (158,190,125). Sum of RGB (Red+Green+Blue) = 158+190+125=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE7D is #614182. Grayscale: #ADADAD. Windows color (decimal): -6373763 or 8240798. OLE color: 8240798.
HSL color Cylindrical-coordinate representation of color #9EBE7D: hue angle of 89.54º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EBE7D is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 125 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.25 |
| HSL | 89.54º | 0.33% | 0.62% | - |
| HSV(B) | 89.54º | 0.34% | 0.75% | - |
| XYZ | 36.22 | 45.58 | 26.29 | - |
| YUV | 173.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 125 | 0.17 | 0 | 0.34 | 0.25 | 89.54 | 0.33 | 0.62 |
| Hex | 9E | BE | 7D | 11 | 0 | 22 | 19 | 5A | 21 | 3E |
| Octal | 236 | 276 | 175 | 21 | 0 | 42 | 31 | 132 | 41 | 76 |
| Binary | 10011110 | 10111110 | 1111101 | 10001 | 0 | 100010 | 11001 | 1011010 | 100001 | 111110 |
Color Harmonies of #9EBE7D
Complementary color
Monochromatic Colors of #9EBE7D
Black with #9EBE7D
Text Example
Text Example
White with #9EBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE7D; }
p { color: rgb(158,190,125); }
H1.HeaderClassName
{
color: #9EBE7D;
}
.AnyTagClassName
{
color: #9EBE7D;
}
</style>
background-color css
<style>
a { background-color: #9EBE7D; }
a { background-color: rgb(158,190,125); }
div.DivClassName
{
background-color: #9EBE7D;
}
.BgClassName
{
background-color: #9EBE7D;
}
</style>
border-color css
<style>
span { border-color: #9EBE7D; }
span { border-color: rgb(158,190,125); }
td.TdClassName
{
border-color: #9EBE7D;
}
.TagClassName
{
border-color: #9EBE7D;
}
</style>