Shades of Olivine #9EC668
Tints of Olivine #9EC668
RGB
CMYK
RGB Variations
Color information
#9EC668 (or 0x9EC668) is known color: Olivine. HEX triplet: 9E, C6 and 68. RGB value is (158,198,104). Sum of RGB (Red+Green+Blue) = 158+198+104=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC668 is #613997. Grayscale: #AFAFAF. Windows color (decimal): -6371736 or 6866590. OLE color: 6866590.
HSL color Cylindrical-coordinate representation of color #9EC668: hue angle of 85.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EC668 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 104 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.22 |
| HSL | 85.53º | 0.45% | 0.59% | - |
| HSV(B) | 85.53º | 0.47% | 0.78% | - |
| XYZ | 36.79 | 48.66 | 20.55 | - |
| YUV | 175.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 104 | 0.20 | 0 | 0.47 | 0.22 | 85.53 | 0.45 | 0.59 |
| Hex | 9E | C6 | 68 | 14 | 0 | 2F | 16 | 56 | 2D | 3B |
| Octal | 236 | 306 | 150 | 24 | 0 | 57 | 26 | 126 | 55 | 73 |
| Binary | 10011110 | 11000110 | 1101000 | 10100 | 0 | 101111 | 10110 | 1010110 | 101101 | 111011 |
Color Harmonies of #9EC668
Complementary color
Monochromatic Colors of #9EC668
Black with #9EC668
Text Example
Text Example
White with #9EC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC668; }
p { color: rgb(158,198,104); }
H1.HeaderClassName
{
color: #9EC668;
}
.AnyTagClassName
{
color: #9EC668;
}
</style>
background-color css
<style>
a { background-color: #9EC668; }
a { background-color: rgb(158,198,104); }
div.DivClassName
{
background-color: #9EC668;
}
.BgClassName
{
background-color: #9EC668;
}
</style>
border-color css
<style>
span { border-color: #9EC668; }
span { border-color: rgb(158,198,104); }
td.TdClassName
{
border-color: #9EC668;
}
.TagClassName
{
border-color: #9EC668;
}
</style>