Shades of Olivine #9EC973
Tints of Olivine #9EC973
RGB
CMYK
RGB Variations
Color information
#9EC973 (or 0x9EC973) is known color: Olivine. HEX triplet: 9E, C9 and 73. RGB value is (158,201,115). Sum of RGB (Red+Green+Blue) = 158+201+115=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC973 is #61368C. Grayscale: #B2B2B2. Windows color (decimal): -6370957 or 7588254. OLE color: 7588254.
HSL color Cylindrical-coordinate representation of color #9EC973: hue angle of 90º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EC973 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 115 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.21 |
| HSL | 90º | 0.44% | 0.62% | - |
| HSV(B) | 90º | 0.43% | 0.79% | - |
| XYZ | 38.08 | 50.28 | 23.92 | - |
| YUV | 178.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 115 | 0.21 | 0 | 0.43 | 0.21 | 90 | 0.44 | 0.62 |
| Hex | 9E | C9 | 73 | 15 | 0 | 2B | 15 | 5A | 2C | 3E |
| Octal | 236 | 311 | 163 | 25 | 0 | 53 | 25 | 132 | 54 | 76 |
| Binary | 10011110 | 11001001 | 1110011 | 10101 | 0 | 101011 | 10101 | 1011010 | 101100 | 111110 |
Color Harmonies of #9EC973
Complementary color
Monochromatic Colors of #9EC973
Black with #9EC973
Text Example
Text Example
White with #9EC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC973; }
p { color: rgb(158,201,115); }
H1.HeaderClassName
{
color: #9EC973;
}
.AnyTagClassName
{
color: #9EC973;
}
</style>
background-color css
<style>
a { background-color: #9EC973; }
a { background-color: rgb(158,201,115); }
div.DivClassName
{
background-color: #9EC973;
}
.BgClassName
{
background-color: #9EC973;
}
</style>
border-color css
<style>
span { border-color: #9EC973; }
span { border-color: rgb(158,201,115); }
td.TdClassName
{
border-color: #9EC973;
}
.TagClassName
{
border-color: #9EC973;
}
</style>