Shades of Olivine #9ECC6F
Tints of Olivine #9ECC6F
RGB
CMYK
RGB Variations
Color information
#9ECC6F (or 0x9ECC6F) is known color: Olivine. HEX triplet: 9E, CC and 6F. RGB value is (158,204,111). Sum of RGB (Red+Green+Blue) = 158+204+111=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC6F is #613390. Grayscale: #B3B3B3. Windows color (decimal): -6370193 or 7326878. OLE color: 7326878.
HSL color Cylindrical-coordinate representation of color #9ECC6F: hue angle of 89.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ECC6F is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 111 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.2 |
| HSL | 89.68º | 0.48% | 0.62% | - |
| HSV(B) | 89.68º | 0.46% | 0.8% | - |
| XYZ | 38.56 | 51.6 | 22.97 | - |
| YUV | 179.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 111 | 0.23 | 0 | 0.46 | 0.2 | 89.68 | 0.48 | 0.62 |
| Hex | 9E | CC | 6F | 17 | 0 | 2E | 14 | 5A | 30 | 3E |
| Octal | 236 | 314 | 157 | 27 | 0 | 56 | 24 | 132 | 60 | 76 |
| Binary | 10011110 | 11001100 | 1101111 | 10111 | 0 | 101110 | 10100 | 1011010 | 110000 | 111110 |
Color Harmonies of #9ECC6F
Complementary color
Monochromatic Colors of #9ECC6F
Black with #9ECC6F
Text Example
Text Example
White with #9ECC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC6F; }
p { color: rgb(158,204,111); }
H1.HeaderClassName
{
color: #9ECC6F;
}
.AnyTagClassName
{
color: #9ECC6F;
}
</style>
background-color css
<style>
a { background-color: #9ECC6F; }
a { background-color: rgb(158,204,111); }
div.DivClassName
{
background-color: #9ECC6F;
}
.BgClassName
{
background-color: #9ECC6F;
}
</style>
border-color css
<style>
span { border-color: #9ECC6F; }
span { border-color: rgb(158,204,111); }
td.TdClassName
{
border-color: #9ECC6F;
}
.TagClassName
{
border-color: #9ECC6F;
}
</style>