Shades of Olivine #9EC765
Tints of Olivine #9EC765
RGB
CMYK
RGB Variations
Color information
#9EC765 (or 0x9EC765) is known color: Olivine. HEX triplet: 9E, C7 and 65. RGB value is (158,199,101). Sum of RGB (Red+Green+Blue) = 158+199+101=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC765 is #61389A. Grayscale: #AFAFAF. Windows color (decimal): -6371483 or 6670238. OLE color: 6670238.
HSL color Cylindrical-coordinate representation of color #9EC765: hue angle of 85.1º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EC765 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 101 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.22 |
| HSL | 85.1º | 0.47% | 0.59% | - |
| HSV(B) | 85.1º | 0.49% | 0.78% | - |
| XYZ | 36.87 | 49.06 | 19.84 | - |
| YUV | 175.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 101 | 0.21 | 0 | 0.49 | 0.22 | 85.1 | 0.47 | 0.59 |
| Hex | 9E | C7 | 65 | 15 | 0 | 31 | 16 | 55 | 2F | 3B |
| Octal | 236 | 307 | 145 | 25 | 0 | 61 | 26 | 125 | 57 | 73 |
| Binary | 10011110 | 11000111 | 1100101 | 10101 | 0 | 110001 | 10110 | 1010101 | 101111 | 111011 |
Color Harmonies of #9EC765
Complementary color
Monochromatic Colors of #9EC765
Black with #9EC765
Text Example
Text Example
White with #9EC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC765; }
p { color: rgb(158,199,101); }
H1.HeaderClassName
{
color: #9EC765;
}
.AnyTagClassName
{
color: #9EC765;
}
</style>
background-color css
<style>
a { background-color: #9EC765; }
a { background-color: rgb(158,199,101); }
div.DivClassName
{
background-color: #9EC765;
}
.BgClassName
{
background-color: #9EC765;
}
</style>
border-color css
<style>
span { border-color: #9EC765; }
span { border-color: rgb(158,199,101); }
td.TdClassName
{
border-color: #9EC765;
}
.TagClassName
{
border-color: #9EC765;
}
</style>