Shades of Olivine #9EC869
Tints of Olivine #9EC869
RGB
CMYK
RGB Variations
Color information
#9EC869 (or 0x9EC869) is known color: Olivine. HEX triplet: 9E, C8 and 69. RGB value is (158,200,105). Sum of RGB (Red+Green+Blue) = 158+200+105=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC869 is #613796. Grayscale: #B0B0B0. Windows color (decimal): -6371223 or 6932638. OLE color: 6932638.
HSL color Cylindrical-coordinate representation of color #9EC869: hue angle of 86.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EC869 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 105 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.22 |
| HSL | 86.53º | 0.46% | 0.6% | - |
| HSV(B) | 86.53º | 0.48% | 0.78% | - |
| XYZ | 37.3 | 49.6 | 20.97 | - |
| YUV | 176.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 105 | 0.21 | 0 | 0.48 | 0.22 | 86.53 | 0.46 | 0.6 |
| Hex | 9E | C8 | 69 | 15 | 0 | 30 | 16 | 57 | 2E | 3C |
| Octal | 236 | 310 | 151 | 25 | 0 | 60 | 26 | 127 | 56 | 74 |
| Binary | 10011110 | 11001000 | 1101001 | 10101 | 0 | 110000 | 10110 | 1010111 | 101110 | 111100 |
Color Harmonies of #9EC869
Complementary color
Monochromatic Colors of #9EC869
Black with #9EC869
Text Example
Text Example
White with #9EC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC869; }
p { color: rgb(158,200,105); }
H1.HeaderClassName
{
color: #9EC869;
}
.AnyTagClassName
{
color: #9EC869;
}
</style>
background-color css
<style>
a { background-color: #9EC869; }
a { background-color: rgb(158,200,105); }
div.DivClassName
{
background-color: #9EC869;
}
.BgClassName
{
background-color: #9EC869;
}
</style>
border-color css
<style>
span { border-color: #9EC869; }
span { border-color: rgb(158,200,105); }
td.TdClassName
{
border-color: #9EC869;
}
.TagClassName
{
border-color: #9EC869;
}
</style>