Shades of Olivine #9EC36B
Tints of Olivine #9EC36B
RGB
CMYK
RGB Variations
Color information
#9EC36B (or 0x9EC36B) is known color: Olivine. HEX triplet: 9E, C3 and 6B. RGB value is (158,195,107). Sum of RGB (Red+Green+Blue) = 158+195+107=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC36B is #613C94. Grayscale: #AEAEAE. Windows color (decimal): -6372501 or 7062430. OLE color: 7062430.
HSL color Cylindrical-coordinate representation of color #9EC36B: hue angle of 85.23º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EC36B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 107 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.24 |
| HSL | 85.23º | 0.42% | 0.59% | - |
| HSV(B) | 85.23º | 0.45% | 0.76% | - |
| XYZ | 36.27 | 47.36 | 21.14 | - |
| YUV | 173.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 107 | 0.19 | 0 | 0.45 | 0.24 | 85.23 | 0.42 | 0.59 |
| Hex | 9E | C3 | 6B | 13 | 0 | 2D | 18 | 55 | 2A | 3B |
| Octal | 236 | 303 | 153 | 23 | 0 | 55 | 30 | 125 | 52 | 73 |
| Binary | 10011110 | 11000011 | 1101011 | 10011 | 0 | 101101 | 11000 | 1010101 | 101010 | 111011 |
Color Harmonies of #9EC36B
Complementary color
Monochromatic Colors of #9EC36B
Black with #9EC36B
Text Example
Text Example
White with #9EC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC36B; }
p { color: rgb(158,195,107); }
H1.HeaderClassName
{
color: #9EC36B;
}
.AnyTagClassName
{
color: #9EC36B;
}
</style>
background-color css
<style>
a { background-color: #9EC36B; }
a { background-color: rgb(158,195,107); }
div.DivClassName
{
background-color: #9EC36B;
}
.BgClassName
{
background-color: #9EC36B;
}
</style>
border-color css
<style>
span { border-color: #9EC36B; }
span { border-color: rgb(158,195,107); }
td.TdClassName
{
border-color: #9EC36B;
}
.TagClassName
{
border-color: #9EC36B;
}
</style>