Shades of Olivine #9EC664
Tints of Olivine #9EC664
RGB
CMYK
RGB Variations
Color information
#9EC664 (or 0x9EC664) is known color: Olivine. HEX triplet: 9E, C6 and 64. RGB value is (158,198,100). Sum of RGB (Red+Green+Blue) = 158+198+100=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC664 is #61399B. Grayscale: #AFAFAF. Windows color (decimal): -6371740 or 6604446. OLE color: 6604446.
HSL color Cylindrical-coordinate representation of color #9EC664: hue angle of 84.49º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EC664 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 100 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.22 |
| HSL | 84.49º | 0.46% | 0.58% | - |
| HSV(B) | 84.49º | 0.49% | 0.78% | - |
| XYZ | 36.59 | 48.58 | 19.5 | - |
| YUV | 174.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 100 | 0.20 | 0 | 0.49 | 0.22 | 84.49 | 0.46 | 0.58 |
| Hex | 9E | C6 | 64 | 14 | 0 | 31 | 16 | 54 | 2E | 3A |
| Octal | 236 | 306 | 144 | 24 | 0 | 61 | 26 | 124 | 56 | 72 |
| Binary | 10011110 | 11000110 | 1100100 | 10100 | 0 | 110001 | 10110 | 1010100 | 101110 | 111010 |
Color Harmonies of #9EC664
Complementary color
Monochromatic Colors of #9EC664
Black with #9EC664
Text Example
Text Example
White with #9EC664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC664; }
p { color: rgb(158,198,100); }
H1.HeaderClassName
{
color: #9EC664;
}
.AnyTagClassName
{
color: #9EC664;
}
</style>
background-color css
<style>
a { background-color: #9EC664; }
a { background-color: rgb(158,198,100); }
div.DivClassName
{
background-color: #9EC664;
}
.BgClassName
{
background-color: #9EC664;
}
</style>
border-color css
<style>
span { border-color: #9EC664; }
span { border-color: rgb(158,198,100); }
td.TdClassName
{
border-color: #9EC664;
}
.TagClassName
{
border-color: #9EC664;
}
</style>