Shades of Olivine #9EC469
Tints of Olivine #9EC469
RGB
CMYK
RGB Variations
Color information
#9EC469 (or 0x9EC469) is known color: Olivine. HEX triplet: 9E, C4 and 69. RGB value is (158,196,105). Sum of RGB (Red+Green+Blue) = 158+196+105=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC469 is #613B96. Grayscale: #AEAEAE. Windows color (decimal): -6372247 or 6931614. OLE color: 6931614.
HSL color Cylindrical-coordinate representation of color #9EC469: hue angle of 85.05º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EC469 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 105 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.23 |
| HSL | 85.05º | 0.44% | 0.59% | - |
| HSV(B) | 85.05º | 0.46% | 0.77% | - |
| XYZ | 36.39 | 47.77 | 20.67 | - |
| YUV | 174.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 105 | 0.19 | 0 | 0.46 | 0.23 | 85.05 | 0.44 | 0.59 |
| Hex | 9E | C4 | 69 | 13 | 0 | 2E | 17 | 55 | 2C | 3B |
| Octal | 236 | 304 | 151 | 23 | 0 | 56 | 27 | 125 | 54 | 73 |
| Binary | 10011110 | 11000100 | 1101001 | 10011 | 0 | 101110 | 10111 | 1010101 | 101100 | 111011 |
Color Harmonies of #9EC469
Complementary color
Monochromatic Colors of #9EC469
Black with #9EC469
Text Example
Text Example
White with #9EC469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC469; }
p { color: rgb(158,196,105); }
H1.HeaderClassName
{
color: #9EC469;
}
.AnyTagClassName
{
color: #9EC469;
}
</style>
background-color css
<style>
a { background-color: #9EC469; }
a { background-color: rgb(158,196,105); }
div.DivClassName
{
background-color: #9EC469;
}
.BgClassName
{
background-color: #9EC469;
}
</style>
border-color css
<style>
span { border-color: #9EC469; }
span { border-color: rgb(158,196,105); }
td.TdClassName
{
border-color: #9EC469;
}
.TagClassName
{
border-color: #9EC469;
}
</style>