Shades of Olivine #9EC165
Tints of Olivine #9EC165
RGB
CMYK
RGB Variations
Color information
#9EC165 (or 0x9EC165) is known color: Olivine. HEX triplet: 9E, C1 and 65. RGB value is (158,193,101). Sum of RGB (Red+Green+Blue) = 158+193+101=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC165 is #613E9A. Grayscale: #ACACAC. Windows color (decimal): -6373019 or 6668702. OLE color: 6668702.
HSL color Cylindrical-coordinate representation of color #9EC165: hue angle of 82.83º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EC165 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 101 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.24 |
| HSL | 82.83º | 0.43% | 0.58% | - |
| HSV(B) | 82.83º | 0.48% | 0.76% | - |
| XYZ | 35.52 | 46.35 | 19.39 | - |
| YUV | 172.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 101 | 0.18 | 0 | 0.48 | 0.24 | 82.83 | 0.43 | 0.58 |
| Hex | 9E | C1 | 65 | 12 | 0 | 30 | 18 | 53 | 2B | 3A |
| Octal | 236 | 301 | 145 | 22 | 0 | 60 | 30 | 123 | 53 | 72 |
| Binary | 10011110 | 11000001 | 1100101 | 10010 | 0 | 110000 | 11000 | 1010011 | 101011 | 111010 |
Color Harmonies of #9EC165
Complementary color
Monochromatic Colors of #9EC165
Black with #9EC165
Text Example
Text Example
White with #9EC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC165; }
p { color: rgb(158,193,101); }
H1.HeaderClassName
{
color: #9EC165;
}
.AnyTagClassName
{
color: #9EC165;
}
</style>
background-color css
<style>
a { background-color: #9EC165; }
a { background-color: rgb(158,193,101); }
div.DivClassName
{
background-color: #9EC165;
}
.BgClassName
{
background-color: #9EC165;
}
</style>
border-color css
<style>
span { border-color: #9EC165; }
span { border-color: rgb(158,193,101); }
td.TdClassName
{
border-color: #9EC165;
}
.TagClassName
{
border-color: #9EC165;
}
</style>