Shades of Olivine #9EC669
Tints of Olivine #9EC669
RGB
CMYK
RGB Variations
Color information
#9EC669 (or 0x9EC669) is known color: Olivine. HEX triplet: 9E, C6 and 69. RGB value is (158,198,105). Sum of RGB (Red+Green+Blue) = 158+198+105=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC669 is #613996. Grayscale: #AFAFAF. Windows color (decimal): -6371735 or 6932126. OLE color: 6932126.
HSL color Cylindrical-coordinate representation of color #9EC669: hue angle of 85.81º 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 #9EC669 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 105 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.22 |
| HSL | 85.81º | 0.45% | 0.59% | - |
| HSV(B) | 85.81º | 0.47% | 0.78% | - |
| XYZ | 36.84 | 48.68 | 20.82 | - |
| YUV | 175.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 105 | 0.20 | 0 | 0.47 | 0.22 | 85.81 | 0.45 | 0.59 |
| Hex | 9E | C6 | 69 | 14 | 0 | 2F | 16 | 56 | 2D | 3B |
| Octal | 236 | 306 | 151 | 24 | 0 | 57 | 26 | 126 | 55 | 73 |
| Binary | 10011110 | 11000110 | 1101001 | 10100 | 0 | 101111 | 10110 | 1010110 | 101101 | 111011 |
Color Harmonies of #9EC669
Complementary color
Monochromatic Colors of #9EC669
Black with #9EC669
Text Example
Text Example
White with #9EC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC669; }
p { color: rgb(158,198,105); }
H1.HeaderClassName
{
color: #9EC669;
}
.AnyTagClassName
{
color: #9EC669;
}
</style>
background-color css
<style>
a { background-color: #9EC669; }
a { background-color: rgb(158,198,105); }
div.DivClassName
{
background-color: #9EC669;
}
.BgClassName
{
background-color: #9EC669;
}
</style>
border-color css
<style>
span { border-color: #9EC669; }
span { border-color: rgb(158,198,105); }
td.TdClassName
{
border-color: #9EC669;
}
.TagClassName
{
border-color: #9EC669;
}
</style>