Shades of Olivine #9ECC65
Tints of Olivine #9ECC65
RGB
CMYK
RGB Variations
Color information
#9ECC65 (or 0x9ECC65) is known color: Olivine. HEX triplet: 9E, CC and 65. RGB value is (158,204,101). Sum of RGB (Red+Green+Blue) = 158+204+101=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC65 is #61339A. Grayscale: #B2B2B2. Windows color (decimal): -6370203 or 6671518. OLE color: 6671518.
HSL color Cylindrical-coordinate representation of color #9ECC65: hue angle of 86.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ECC65 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 101 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.2 |
| HSL | 86.8º | 0.5% | 0.6% | - |
| HSV(B) | 86.8º | 0.5% | 0.8% | - |
| XYZ | 38.04 | 51.39 | 20.23 | - |
| YUV | 178.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 101 | 0.23 | 0 | 0.50 | 0.2 | 86.8 | 0.5 | 0.6 |
| Hex | 9E | CC | 65 | 17 | 0 | 32 | 14 | 57 | 32 | 3C |
| Octal | 236 | 314 | 145 | 27 | 0 | 62 | 24 | 127 | 62 | 74 |
| Binary | 10011110 | 11001100 | 1100101 | 10111 | 0 | 110010 | 10100 | 1010111 | 110010 | 111100 |
Color Harmonies of #9ECC65
Complementary color
Monochromatic Colors of #9ECC65
Black with #9ECC65
Text Example
Text Example
White with #9ECC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC65; }
p { color: rgb(158,204,101); }
H1.HeaderClassName
{
color: #9ECC65;
}
.AnyTagClassName
{
color: #9ECC65;
}
</style>
background-color css
<style>
a { background-color: #9ECC65; }
a { background-color: rgb(158,204,101); }
div.DivClassName
{
background-color: #9ECC65;
}
.BgClassName
{
background-color: #9ECC65;
}
</style>
border-color css
<style>
span { border-color: #9ECC65; }
span { border-color: rgb(158,204,101); }
td.TdClassName
{
border-color: #9ECC65;
}
.TagClassName
{
border-color: #9ECC65;
}
</style>