Shades of Olivine #9EC378
Tints of Olivine #9EC378
RGB
CMYK
RGB Variations
Color information
#9EC378 (or 0x9EC378) is known color: Olivine. HEX triplet: 9E, C3 and 78. RGB value is (158,195,120). Sum of RGB (Red+Green+Blue) = 158+195+120=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC378 is #613C87. Grayscale: #AFAFAF. Windows color (decimal): -6372488 or 7914398. OLE color: 7914398.
HSL color Cylindrical-coordinate representation of color #9EC378: hue angle of 89.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EC378 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 120 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.24 |
| HSL | 89.6º | 0.38% | 0.62% | - |
| HSV(B) | 89.6º | 0.38% | 0.76% | - |
| XYZ | 37.01 | 47.66 | 25.02 | - |
| YUV | 175.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 120 | 0.19 | 0 | 0.38 | 0.24 | 89.6 | 0.38 | 0.62 |
| Hex | 9E | C3 | 78 | 13 | 0 | 26 | 18 | 5A | 26 | 3E |
| Octal | 236 | 303 | 170 | 23 | 0 | 46 | 30 | 132 | 46 | 76 |
| Binary | 10011110 | 11000011 | 1111000 | 10011 | 0 | 100110 | 11000 | 1011010 | 100110 | 111110 |
Color Harmonies of #9EC378
Complementary color
Monochromatic Colors of #9EC378
Black with #9EC378
Text Example
Text Example
White with #9EC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC378; }
p { color: rgb(158,195,120); }
H1.HeaderClassName
{
color: #9EC378;
}
.AnyTagClassName
{
color: #9EC378;
}
</style>
background-color css
<style>
a { background-color: #9EC378; }
a { background-color: rgb(158,195,120); }
div.DivClassName
{
background-color: #9EC378;
}
.BgClassName
{
background-color: #9EC378;
}
</style>
border-color css
<style>
span { border-color: #9EC378; }
span { border-color: rgb(158,195,120); }
td.TdClassName
{
border-color: #9EC378;
}
.TagClassName
{
border-color: #9EC378;
}
</style>