Shades of Olivine #9EBF7D
Tints of Olivine #9EBF7D
RGB
CMYK
RGB Variations
Color information
#9EBF7D (or 0x9EBF7D) is known color: Olivine. HEX triplet: 9E, BF and 7D. RGB value is (158,191,125). Sum of RGB (Red+Green+Blue) = 158+191+125=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF7D is #614082. Grayscale: #ADADAD. Windows color (decimal): -6373507 or 8241054. OLE color: 8241054.
HSL color Cylindrical-coordinate representation of color #9EBF7D: hue angle of 90º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EBF7D is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 125 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.25 |
| HSL | 90º | 0.34% | 0.62% | - |
| HSV(B) | 90º | 0.35% | 0.75% | - |
| XYZ | 36.43 | 46.01 | 26.36 | - |
| YUV | 173.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 125 | 0.17 | 0 | 0.35 | 0.25 | 90 | 0.34 | 0.62 |
| Hex | 9E | BF | 7D | 11 | 0 | 23 | 19 | 5A | 22 | 3E |
| Octal | 236 | 277 | 175 | 21 | 0 | 43 | 31 | 132 | 42 | 76 |
| Binary | 10011110 | 10111111 | 1111101 | 10001 | 0 | 100011 | 11001 | 1011010 | 100010 | 111110 |
Color Harmonies of #9EBF7D
Complementary color
Monochromatic Colors of #9EBF7D
Black with #9EBF7D
Text Example
Text Example
White with #9EBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF7D; }
p { color: rgb(158,191,125); }
H1.HeaderClassName
{
color: #9EBF7D;
}
.AnyTagClassName
{
color: #9EBF7D;
}
</style>
background-color css
<style>
a { background-color: #9EBF7D; }
a { background-color: rgb(158,191,125); }
div.DivClassName
{
background-color: #9EBF7D;
}
.BgClassName
{
background-color: #9EBF7D;
}
</style>
border-color css
<style>
span { border-color: #9EBF7D; }
span { border-color: rgb(158,191,125); }
td.TdClassName
{
border-color: #9EBF7D;
}
.TagClassName
{
border-color: #9EBF7D;
}
</style>