Shades of Olivine #9ECC75
Tints of Olivine #9ECC75
RGB
CMYK
RGB Variations
Color information
#9ECC75 (or 0x9ECC75) is known color: Olivine. HEX triplet: 9E, CC and 75. RGB value is (158,204,117). Sum of RGB (Red+Green+Blue) = 158+204+117=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC75 is #61338A. Grayscale: #B4B4B4. Windows color (decimal): -6370187 or 7720094. OLE color: 7720094.
HSL color Cylindrical-coordinate representation of color #9ECC75: hue angle of 91.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ECC75 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 117 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.2 |
| HSL | 91.72º | 0.46% | 0.63% | - |
| HSV(B) | 91.72º | 0.43% | 0.8% | - |
| XYZ | 38.9 | 51.74 | 24.77 | - |
| YUV | 180.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 117 | 0.23 | 0 | 0.43 | 0.2 | 91.72 | 0.46 | 0.63 |
| Hex | 9E | CC | 75 | 17 | 0 | 2B | 14 | 5C | 2E | 3F |
| Octal | 236 | 314 | 165 | 27 | 0 | 53 | 24 | 134 | 56 | 77 |
| Binary | 10011110 | 11001100 | 1110101 | 10111 | 0 | 101011 | 10100 | 1011100 | 101110 | 111111 |
Color Harmonies of #9ECC75
Complementary color
Monochromatic Colors of #9ECC75
Black with #9ECC75
Text Example
Text Example
White with #9ECC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC75; }
p { color: rgb(158,204,117); }
H1.HeaderClassName
{
color: #9ECC75;
}
.AnyTagClassName
{
color: #9ECC75;
}
</style>
background-color css
<style>
a { background-color: #9ECC75; }
a { background-color: rgb(158,204,117); }
div.DivClassName
{
background-color: #9ECC75;
}
.BgClassName
{
background-color: #9ECC75;
}
</style>
border-color css
<style>
span { border-color: #9ECC75; }
span { border-color: rgb(158,204,117); }
td.TdClassName
{
border-color: #9ECC75;
}
.TagClassName
{
border-color: #9ECC75;
}
</style>