Shades of Olivine #9ECF6E
Tints of Olivine #9ECF6E
RGB
CMYK
RGB Variations
Color information
#9ECF6E (or 0x9ECF6E) is known color: Olivine. HEX triplet: 9E, CF and 6E. RGB value is (158,207,110). Sum of RGB (Red+Green+Blue) = 158+207+110=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF6E is #613091. Grayscale: #B5B5B5. Windows color (decimal): -6369426 or 7262110. OLE color: 7262110.
HSL color Cylindrical-coordinate representation of color #9ECF6E: hue angle of 90.31º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ECF6E is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 110 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.19 |
| HSL | 90.31º | 0.5% | 0.62% | - |
| HSV(B) | 90.31º | 0.47% | 0.81% | - |
| XYZ | 39.23 | 53.02 | 22.92 | - |
| YUV | 181.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 110 | 0.24 | 0 | 0.47 | 0.19 | 90.31 | 0.5 | 0.62 |
| Hex | 9E | CF | 6E | 18 | 0 | 2F | 13 | 5A | 32 | 3E |
| Octal | 236 | 317 | 156 | 30 | 0 | 57 | 23 | 132 | 62 | 76 |
| Binary | 10011110 | 11001111 | 1101110 | 11000 | 0 | 101111 | 10011 | 1011010 | 110010 | 111110 |
Color Harmonies of #9ECF6E
Complementary color
Monochromatic Colors of #9ECF6E
Black with #9ECF6E
Text Example
Text Example
White with #9ECF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF6E; }
p { color: rgb(158,207,110); }
H1.HeaderClassName
{
color: #9ECF6E;
}
.AnyTagClassName
{
color: #9ECF6E;
}
</style>
background-color css
<style>
a { background-color: #9ECF6E; }
a { background-color: rgb(158,207,110); }
div.DivClassName
{
background-color: #9ECF6E;
}
.BgClassName
{
background-color: #9ECF6E;
}
</style>
border-color css
<style>
span { border-color: #9ECF6E; }
span { border-color: rgb(158,207,110); }
td.TdClassName
{
border-color: #9ECF6E;
}
.TagClassName
{
border-color: #9ECF6E;
}
</style>