Shades of Olivine #9EBC6D
Tints of Olivine #9EBC6D
RGB
CMYK
RGB Variations
Color information
#9EBC6D (or 0x9EBC6D) is known color: Olivine. HEX triplet: 9E, BC and 6D. RGB value is (158,188,109). Sum of RGB (Red+Green+Blue) = 158+188+109=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC6D is #614392. Grayscale: #AAAAAA. Windows color (decimal): -6374291 or 7191710. OLE color: 7191710.
HSL color Cylindrical-coordinate representation of color #9EBC6D: hue angle of 82.78º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EBC6D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 109 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.26 |
| HSL | 82.78º | 0.37% | 0.58% | - |
| HSV(B) | 82.78º | 0.42% | 0.74% | - |
| XYZ | 34.84 | 44.34 | 21.19 | - |
| YUV | 170.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 109 | 0.16 | 0 | 0.42 | 0.26 | 82.78 | 0.37 | 0.58 |
| Hex | 9E | BC | 6D | 10 | 0 | 2A | 1A | 53 | 25 | 3A |
| Octal | 236 | 274 | 155 | 20 | 0 | 52 | 32 | 123 | 45 | 72 |
| Binary | 10011110 | 10111100 | 1101101 | 10000 | 0 | 101010 | 11010 | 1010011 | 100101 | 111010 |
Color Harmonies of #9EBC6D
Complementary color
Monochromatic Colors of #9EBC6D
Black with #9EBC6D
Text Example
Text Example
White with #9EBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC6D; }
p { color: rgb(158,188,109); }
H1.HeaderClassName
{
color: #9EBC6D;
}
.AnyTagClassName
{
color: #9EBC6D;
}
</style>
background-color css
<style>
a { background-color: #9EBC6D; }
a { background-color: rgb(158,188,109); }
div.DivClassName
{
background-color: #9EBC6D;
}
.BgClassName
{
background-color: #9EBC6D;
}
</style>
border-color css
<style>
span { border-color: #9EBC6D; }
span { border-color: rgb(158,188,109); }
td.TdClassName
{
border-color: #9EBC6D;
}
.TagClassName
{
border-color: #9EBC6D;
}
</style>