Shades of Olivine #9EC768
Tints of Olivine #9EC768
RGB
CMYK
RGB Variations
Color information
#9EC768 (or 0x9EC768) is known color: Olivine. HEX triplet: 9E, C7 and 68. RGB value is (158,199,104). Sum of RGB (Red+Green+Blue) = 158+199+104=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC768 is #613897. Grayscale: #B0B0B0. Windows color (decimal): -6371480 or 6866846. OLE color: 6866846.
HSL color Cylindrical-coordinate representation of color #9EC768: hue angle of 85.89º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EC768 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 104 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.22 |
| HSL | 85.89º | 0.46% | 0.59% | - |
| HSV(B) | 85.89º | 0.48% | 0.78% | - |
| XYZ | 37.02 | 49.12 | 20.63 | - |
| YUV | 175.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 104 | 0.21 | 0 | 0.48 | 0.22 | 85.89 | 0.46 | 0.59 |
| Hex | 9E | C7 | 68 | 15 | 0 | 30 | 16 | 56 | 2E | 3B |
| Octal | 236 | 307 | 150 | 25 | 0 | 60 | 26 | 126 | 56 | 73 |
| Binary | 10011110 | 11000111 | 1101000 | 10101 | 0 | 110000 | 10110 | 1010110 | 101110 | 111011 |
Color Harmonies of #9EC768
Complementary color
Monochromatic Colors of #9EC768
Black with #9EC768
Text Example
Text Example
White with #9EC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC768; }
p { color: rgb(158,199,104); }
H1.HeaderClassName
{
color: #9EC768;
}
.AnyTagClassName
{
color: #9EC768;
}
</style>
background-color css
<style>
a { background-color: #9EC768; }
a { background-color: rgb(158,199,104); }
div.DivClassName
{
background-color: #9EC768;
}
.BgClassName
{
background-color: #9EC768;
}
</style>
border-color css
<style>
span { border-color: #9EC768; }
span { border-color: rgb(158,199,104); }
td.TdClassName
{
border-color: #9EC768;
}
.TagClassName
{
border-color: #9EC768;
}
</style>