Shades of Olivine #9EC065
Tints of Olivine #9EC065
RGB
CMYK
RGB Variations
Color information
#9EC065 (or 0x9EC065) is known color: Olivine. HEX triplet: 9E, C0 and 65. RGB value is (158,192,101). Sum of RGB (Red+Green+Blue) = 158+192+101=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC065 is #613F9A. Grayscale: #ABABAB. Windows color (decimal): -6373275 or 6668446. OLE color: 6668446.
HSL color Cylindrical-coordinate representation of color #9EC065: hue angle of 82.42º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EC065 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 101 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.25 |
| HSL | 82.42º | 0.42% | 0.57% | - |
| HSV(B) | 82.42º | 0.47% | 0.75% | - |
| XYZ | 35.3 | 45.91 | 19.31 | - |
| YUV | 171.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 101 | 0.18 | 0 | 0.47 | 0.25 | 82.42 | 0.42 | 0.57 |
| Hex | 9E | C0 | 65 | 12 | 0 | 2F | 19 | 52 | 2A | 39 |
| Octal | 236 | 300 | 145 | 22 | 0 | 57 | 31 | 122 | 52 | 71 |
| Binary | 10011110 | 11000000 | 1100101 | 10010 | 0 | 101111 | 11001 | 1010010 | 101010 | 111001 |
Color Harmonies of #9EC065
Complementary color
Monochromatic Colors of #9EC065
Black with #9EC065
Text Example
Text Example
White with #9EC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC065; }
p { color: rgb(158,192,101); }
H1.HeaderClassName
{
color: #9EC065;
}
.AnyTagClassName
{
color: #9EC065;
}
</style>
background-color css
<style>
a { background-color: #9EC065; }
a { background-color: rgb(158,192,101); }
div.DivClassName
{
background-color: #9EC065;
}
.BgClassName
{
background-color: #9EC065;
}
</style>
border-color css
<style>
span { border-color: #9EC065; }
span { border-color: rgb(158,192,101); }
td.TdClassName
{
border-color: #9EC065;
}
.TagClassName
{
border-color: #9EC065;
}
</style>