Shades of Olivine #9EBC61
Tints of Olivine #9EBC61
RGB
CMYK
RGB Variations
Color information
#9EBC61 (or 0x9EBC61) is known color: Olivine. HEX triplet: 9E, BC and 61. RGB value is (158,188,97). Sum of RGB (Red+Green+Blue) = 158+188+97=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC61 is #61439E. Grayscale: #A8A8A8. Windows color (decimal): -6374303 or 6405278. OLE color: 6405278.
HSL color Cylindrical-coordinate representation of color #9EBC61: hue angle of 79.78º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EBC61 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 97 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.26 |
| HSL | 79.78º | 0.4% | 0.56% | - |
| HSV(B) | 79.78º | 0.48% | 0.74% | - |
| XYZ | 34.24 | 44.1 | 18.02 | - |
| YUV | 168.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 97 | 0.16 | 0 | 0.48 | 0.26 | 79.78 | 0.4 | 0.56 |
| Hex | 9E | BC | 61 | 10 | 0 | 30 | 1A | 50 | 28 | 38 |
| Octal | 236 | 274 | 141 | 20 | 0 | 60 | 32 | 120 | 50 | 70 |
| Binary | 10011110 | 10111100 | 1100001 | 10000 | 0 | 110000 | 11010 | 1010000 | 101000 | 111000 |
Color Harmonies of #9EBC61
Complementary color
Monochromatic Colors of #9EBC61
Black with #9EBC61
Text Example
Text Example
White with #9EBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC61; }
p { color: rgb(158,188,97); }
H1.HeaderClassName
{
color: #9EBC61;
}
.AnyTagClassName
{
color: #9EBC61;
}
</style>
background-color css
<style>
a { background-color: #9EBC61; }
a { background-color: rgb(158,188,97); }
div.DivClassName
{
background-color: #9EBC61;
}
.BgClassName
{
background-color: #9EBC61;
}
</style>
border-color css
<style>
span { border-color: #9EBC61; }
span { border-color: rgb(158,188,97); }
td.TdClassName
{
border-color: #9EBC61;
}
.TagClassName
{
border-color: #9EBC61;
}
</style>