Shades of Olivine #9EBA6B
Tints of Olivine #9EBA6B
RGB
CMYK
RGB Variations
Color information
#9EBA6B (or 0x9EBA6B) is known color: Olivine. HEX triplet: 9E, BA and 6B. RGB value is (158,186,107). Sum of RGB (Red+Green+Blue) = 158+186+107=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA6B is #614594. Grayscale: #A8A8A8. Windows color (decimal): -6374805 or 7060126. OLE color: 7060126.
HSL color Cylindrical-coordinate representation of color #9EBA6B: hue angle of 81.27º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EBA6B is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 107 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.27 |
| HSL | 81.27º | 0.36% | 0.57% | - |
| HSV(B) | 81.27º | 0.42% | 0.73% | - |
| XYZ | 34.31 | 43.45 | 20.49 | - |
| YUV | 168.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 107 | 0.15 | 0 | 0.42 | 0.27 | 81.27 | 0.36 | 0.57 |
| Hex | 9E | BA | 6B | F | 0 | 2A | 1B | 51 | 24 | 39 |
| Octal | 236 | 272 | 153 | 17 | 0 | 52 | 33 | 121 | 44 | 71 |
| Binary | 10011110 | 10111010 | 1101011 | 1111 | 0 | 101010 | 11011 | 1010001 | 100100 | 111001 |
Color Harmonies of #9EBA6B
Complementary color
Monochromatic Colors of #9EBA6B
Black with #9EBA6B
Text Example
Text Example
White with #9EBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA6B; }
p { color: rgb(158,186,107); }
H1.HeaderClassName
{
color: #9EBA6B;
}
.AnyTagClassName
{
color: #9EBA6B;
}
</style>
background-color css
<style>
a { background-color: #9EBA6B; }
a { background-color: rgb(158,186,107); }
div.DivClassName
{
background-color: #9EBA6B;
}
.BgClassName
{
background-color: #9EBA6B;
}
</style>
border-color css
<style>
span { border-color: #9EBA6B; }
span { border-color: rgb(158,186,107); }
td.TdClassName
{
border-color: #9EBA6B;
}
.TagClassName
{
border-color: #9EBA6B;
}
</style>