Shades of Olivine #9EC775
Tints of Olivine #9EC775
RGB
CMYK
RGB Variations
Color information
#9EC775 (or 0x9EC775) is known color: Olivine. HEX triplet: 9E, C7 and 75. RGB value is (158,199,117). Sum of RGB (Red+Green+Blue) = 158+199+117=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC775 is #61388A. Grayscale: #B1B1B1. Windows color (decimal): -6371467 or 7718814. OLE color: 7718814.
HSL color Cylindrical-coordinate representation of color #9EC775: hue angle of 90º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EC775 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 117 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.22 |
| HSL | 90º | 0.42% | 0.62% | - |
| HSV(B) | 90º | 0.41% | 0.78% | - |
| XYZ | 37.73 | 49.4 | 24.38 | - |
| YUV | 177.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 117 | 0.21 | 0 | 0.41 | 0.22 | 90 | 0.42 | 0.62 |
| Hex | 9E | C7 | 75 | 15 | 0 | 29 | 16 | 5A | 2A | 3E |
| Octal | 236 | 307 | 165 | 25 | 0 | 51 | 26 | 132 | 52 | 76 |
| Binary | 10011110 | 11000111 | 1110101 | 10101 | 0 | 101001 | 10110 | 1011010 | 101010 | 111110 |
Color Harmonies of #9EC775
Complementary color
Monochromatic Colors of #9EC775
Black with #9EC775
Text Example
Text Example
White with #9EC775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC775; }
p { color: rgb(158,199,117); }
H1.HeaderClassName
{
color: #9EC775;
}
.AnyTagClassName
{
color: #9EC775;
}
</style>
background-color css
<style>
a { background-color: #9EC775; }
a { background-color: rgb(158,199,117); }
div.DivClassName
{
background-color: #9EC775;
}
.BgClassName
{
background-color: #9EC775;
}
</style>
border-color css
<style>
span { border-color: #9EC775; }
span { border-color: rgb(158,199,117); }
td.TdClassName
{
border-color: #9EC775;
}
.TagClassName
{
border-color: #9EC775;
}
</style>