Shades of Olivine #9EC665
Tints of Olivine #9EC665
RGB
CMYK
RGB Variations
Color information
#9EC665 (or 0x9EC665) is known color: Olivine. HEX triplet: 9E, C6 and 65. RGB value is (158,198,101). Sum of RGB (Red+Green+Blue) = 158+198+101=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC665 is #61399A. Grayscale: #AFAFAF. Windows color (decimal): -6371739 or 6669982. OLE color: 6669982.
HSL color Cylindrical-coordinate representation of color #9EC665: hue angle of 84.74º degrees, saturation: 0.46, 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 #9EC665 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 101 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.22 |
| HSL | 84.74º | 0.46% | 0.59% | - |
| HSV(B) | 84.74º | 0.49% | 0.78% | - |
| XYZ | 36.64 | 48.6 | 19.76 | - |
| YUV | 174.98 | 86.25 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 101 | 0.20 | 0 | 0.49 | 0.22 | 84.74 | 0.46 | 0.59 |
| Hex | 9E | C6 | 65 | 14 | 0 | 31 | 16 | 55 | 2E | 3B |
| Octal | 236 | 306 | 145 | 24 | 0 | 61 | 26 | 125 | 56 | 73 |
| Binary | 10011110 | 11000110 | 1100101 | 10100 | 0 | 110001 | 10110 | 1010101 | 101110 | 111011 |
Color Harmonies of #9EC665
Complementary color
Monochromatic Colors of #9EC665
Black with #9EC665
Text Example
Text Example
White with #9EC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC665; }
p { color: rgb(158,198,101); }
H1.HeaderClassName
{
color: #9EC665;
}
.AnyTagClassName
{
color: #9EC665;
}
</style>
background-color css
<style>
a { background-color: #9EC665; }
a { background-color: rgb(158,198,101); }
div.DivClassName
{
background-color: #9EC665;
}
.BgClassName
{
background-color: #9EC665;
}
</style>
border-color css
<style>
span { border-color: #9EC665; }
span { border-color: rgb(158,198,101); }
td.TdClassName
{
border-color: #9EC665;
}
.TagClassName
{
border-color: #9EC665;
}
</style>