Shades of Olivine #9EBA64
Tints of Olivine #9EBA64
RGB
CMYK
RGB Variations
Color information
#9EBA64 (or 0x9EBA64) is known color: Olivine. HEX triplet: 9E, BA and 64. RGB value is (158,186,100). Sum of RGB (Red+Green+Blue) = 158+186+100=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA64 is #61459B. Grayscale: #A8A8A8. Windows color (decimal): -6374812 or 6601374. OLE color: 6601374.
HSL color Cylindrical-coordinate representation of color #9EBA64: hue angle of 79.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EBA64 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 100 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.27 |
| HSL | 79.53º | 0.38% | 0.56% | - |
| HSV(B) | 79.53º | 0.46% | 0.73% | - |
| XYZ | 33.96 | 43.31 | 18.63 | - |
| YUV | 167.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 100 | 0.15 | 0 | 0.46 | 0.27 | 79.53 | 0.38 | 0.56 |
| Hex | 9E | BA | 64 | F | 0 | 2E | 1B | 50 | 26 | 38 |
| Octal | 236 | 272 | 144 | 17 | 0 | 56 | 33 | 120 | 46 | 70 |
| Binary | 10011110 | 10111010 | 1100100 | 1111 | 0 | 101110 | 11011 | 1010000 | 100110 | 111000 |
Color Harmonies of #9EBA64
Complementary color
Monochromatic Colors of #9EBA64
Black with #9EBA64
Text Example
Text Example
White with #9EBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA64; }
p { color: rgb(158,186,100); }
H1.HeaderClassName
{
color: #9EBA64;
}
.AnyTagClassName
{
color: #9EBA64;
}
</style>
background-color css
<style>
a { background-color: #9EBA64; }
a { background-color: rgb(158,186,100); }
div.DivClassName
{
background-color: #9EBA64;
}
.BgClassName
{
background-color: #9EBA64;
}
</style>
border-color css
<style>
span { border-color: #9EBA64; }
span { border-color: rgb(158,186,100); }
td.TdClassName
{
border-color: #9EBA64;
}
.TagClassName
{
border-color: #9EBA64;
}
</style>