Shades of Olivine #9EC175
Tints of Olivine #9EC175
RGB
CMYK
RGB Variations
Color information
#9EC175 (or 0x9EC175) is known color: Olivine. HEX triplet: 9E, C1 and 75. RGB value is (158,193,117). Sum of RGB (Red+Green+Blue) = 158+193+117=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC175 is #613E8A. Grayscale: #AEAEAE. Windows color (decimal): -6373003 or 7717278. OLE color: 7717278.
HSL color Cylindrical-coordinate representation of color #9EC175: hue angle of 87.63º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9EC175 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 117 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.24 |
| HSL | 87.63º | 0.38% | 0.61% | - |
| HSV(B) | 87.63º | 0.39% | 0.76% | - |
| XYZ | 36.38 | 46.69 | 23.92 | - |
| YUV | 173.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 117 | 0.18 | 0 | 0.39 | 0.24 | 87.63 | 0.38 | 0.61 |
| Hex | 9E | C1 | 75 | 12 | 0 | 27 | 18 | 58 | 26 | 3D |
| Octal | 236 | 301 | 165 | 22 | 0 | 47 | 30 | 130 | 46 | 75 |
| Binary | 10011110 | 11000001 | 1110101 | 10010 | 0 | 100111 | 11000 | 1011000 | 100110 | 111101 |
Color Harmonies of #9EC175
Complementary color
Monochromatic Colors of #9EC175
Black with #9EC175
Text Example
Text Example
White with #9EC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC175; }
p { color: rgb(158,193,117); }
H1.HeaderClassName
{
color: #9EC175;
}
.AnyTagClassName
{
color: #9EC175;
}
</style>
background-color css
<style>
a { background-color: #9EC175; }
a { background-color: rgb(158,193,117); }
div.DivClassName
{
background-color: #9EC175;
}
.BgClassName
{
background-color: #9EC175;
}
</style>
border-color css
<style>
span { border-color: #9EC175; }
span { border-color: rgb(158,193,117); }
td.TdClassName
{
border-color: #9EC175;
}
.TagClassName
{
border-color: #9EC175;
}
</style>