Shades of Olivine #9EC368
Tints of Olivine #9EC368
RGB
CMYK
RGB Variations
Color information
#9EC368 (or 0x9EC368) is known color: Olivine. HEX triplet: 9E, C3 and 68. RGB value is (158,195,104). Sum of RGB (Red+Green+Blue) = 158+195+104=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC368 is #613C97. Grayscale: #ADADAD. Windows color (decimal): -6372504 or 6865822. OLE color: 6865822.
HSL color Cylindrical-coordinate representation of color #9EC368: hue angle of 84.4º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EC368 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 104 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.24 |
| HSL | 84.4º | 0.43% | 0.59% | - |
| HSV(B) | 84.4º | 0.47% | 0.76% | - |
| XYZ | 36.11 | 47.3 | 20.32 | - |
| YUV | 173.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 104 | 0.19 | 0 | 0.47 | 0.24 | 84.4 | 0.43 | 0.59 |
| Hex | 9E | C3 | 68 | 13 | 0 | 2F | 18 | 54 | 2B | 3B |
| Octal | 236 | 303 | 150 | 23 | 0 | 57 | 30 | 124 | 53 | 73 |
| Binary | 10011110 | 11000011 | 1101000 | 10011 | 0 | 101111 | 11000 | 1010100 | 101011 | 111011 |
Color Harmonies of #9EC368
Complementary color
Monochromatic Colors of #9EC368
Black with #9EC368
Text Example
Text Example
White with #9EC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC368; }
p { color: rgb(158,195,104); }
H1.HeaderClassName
{
color: #9EC368;
}
.AnyTagClassName
{
color: #9EC368;
}
</style>
background-color css
<style>
a { background-color: #9EC368; }
a { background-color: rgb(158,195,104); }
div.DivClassName
{
background-color: #9EC368;
}
.BgClassName
{
background-color: #9EC368;
}
</style>
border-color css
<style>
span { border-color: #9EC368; }
span { border-color: rgb(158,195,104); }
td.TdClassName
{
border-color: #9EC368;
}
.TagClassName
{
border-color: #9EC368;
}
</style>