Shades of Olivine #9EC369
Tints of Olivine #9EC369
RGB
CMYK
RGB Variations
Color information
#9EC369 (or 0x9EC369) is known color: Olivine. HEX triplet: 9E, C3 and 69. RGB value is (158,195,105). Sum of RGB (Red+Green+Blue) = 158+195+105=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC369 is #613C96. Grayscale: #AEAEAE. Windows color (decimal): -6372503 or 6931358. OLE color: 6931358.
HSL color Cylindrical-coordinate representation of color #9EC369: hue angle of 84.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EC369 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 105 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.24 |
| HSL | 84.67º | 0.43% | 0.59% | - |
| HSV(B) | 84.67º | 0.46% | 0.76% | - |
| XYZ | 36.17 | 47.32 | 20.59 | - |
| YUV | 173.68 | 89.24 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 105 | 0.19 | 0 | 0.46 | 0.24 | 84.67 | 0.43 | 0.59 |
| Hex | 9E | C3 | 69 | 13 | 0 | 2E | 18 | 55 | 2B | 3B |
| Octal | 236 | 303 | 151 | 23 | 0 | 56 | 30 | 125 | 53 | 73 |
| Binary | 10011110 | 11000011 | 1101001 | 10011 | 0 | 101110 | 11000 | 1010101 | 101011 | 111011 |
Color Harmonies of #9EC369
Complementary color
Monochromatic Colors of #9EC369
Black with #9EC369
Text Example
Text Example
White with #9EC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC369; }
p { color: rgb(158,195,105); }
H1.HeaderClassName
{
color: #9EC369;
}
.AnyTagClassName
{
color: #9EC369;
}
</style>
background-color css
<style>
a { background-color: #9EC369; }
a { background-color: rgb(158,195,105); }
div.DivClassName
{
background-color: #9EC369;
}
.BgClassName
{
background-color: #9EC369;
}
</style>
border-color css
<style>
span { border-color: #9EC369; }
span { border-color: rgb(158,195,105); }
td.TdClassName
{
border-color: #9EC369;
}
.TagClassName
{
border-color: #9EC369;
}
</style>