Shades of Olivine #9ECB6F
Tints of Olivine #9ECB6F
RGB
CMYK
RGB Variations
Color information
#9ECB6F (or 0x9ECB6F) is known color: Olivine. HEX triplet: 9E, CB and 6F. RGB value is (158,203,111). Sum of RGB (Red+Green+Blue) = 158+203+111=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB6F is #613490. Grayscale: #B3B3B3. Windows color (decimal): -6370449 or 7326622. OLE color: 7326622.
HSL color Cylindrical-coordinate representation of color #9ECB6F: hue angle of 89.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ECB6F is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 111 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.20 |
| HSL | 89.35º | 0.47% | 0.62% | - |
| HSV(B) | 89.35º | 0.45% | 0.8% | - |
| XYZ | 38.33 | 51.13 | 22.89 | - |
| YUV | 179.06 | 89.59 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 111 | 0.22 | 0 | 0.45 | 0.20 | 89.35 | 0.47 | 0.62 |
| Hex | 9E | CB | 6F | 16 | 0 | 2D | 14 | 59 | 2F | 3E |
| Octal | 236 | 313 | 157 | 26 | 0 | 55 | 24 | 131 | 57 | 76 |
| Binary | 10011110 | 11001011 | 1101111 | 10110 | 0 | 101101 | 10100 | 1011001 | 101111 | 111110 |
Color Harmonies of #9ECB6F
Complementary color
Monochromatic Colors of #9ECB6F
Black with #9ECB6F
Text Example
Text Example
White with #9ECB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB6F; }
p { color: rgb(158,203,111); }
H1.HeaderClassName
{
color: #9ECB6F;
}
.AnyTagClassName
{
color: #9ECB6F;
}
</style>
background-color css
<style>
a { background-color: #9ECB6F; }
a { background-color: rgb(158,203,111); }
div.DivClassName
{
background-color: #9ECB6F;
}
.BgClassName
{
background-color: #9ECB6F;
}
</style>
border-color css
<style>
span { border-color: #9ECB6F; }
span { border-color: rgb(158,203,111); }
td.TdClassName
{
border-color: #9ECB6F;
}
.TagClassName
{
border-color: #9ECB6F;
}
</style>