Shades of Olivine #9EBA7B
Tints of Olivine #9EBA7B
RGB
CMYK
RGB Variations
Color information
#9EBA7B (or 0x9EBA7B) is known color: Olivine. HEX triplet: 9E, BA and 7B. RGB value is (158,186,123). Sum of RGB (Red+Green+Blue) = 158+186+123=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA7B is #614584. Grayscale: #AAAAAA. Windows color (decimal): -6374789 or 8108702. OLE color: 8108702.
HSL color Cylindrical-coordinate representation of color #9EBA7B: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EBA7B is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 123 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.27 |
| HSL | 86.67º | 0.31% | 0.61% | - |
| HSV(B) | 86.67º | 0.34% | 0.73% | - |
| XYZ | 35.23 | 43.82 | 25.34 | - |
| YUV | 170.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 123 | 0.15 | 0 | 0.34 | 0.27 | 86.67 | 0.31 | 0.61 |
| Hex | 9E | BA | 7B | F | 0 | 22 | 1B | 57 | 1F | 3D |
| Octal | 236 | 272 | 173 | 17 | 0 | 42 | 33 | 127 | 37 | 75 |
| Binary | 10011110 | 10111010 | 1111011 | 1111 | 0 | 100010 | 11011 | 1010111 | 11111 | 111101 |
Color Harmonies of #9EBA7B
Complementary color
Monochromatic Colors of #9EBA7B
Black with #9EBA7B
Text Example
Text Example
White with #9EBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA7B; }
p { color: rgb(158,186,123); }
H1.HeaderClassName
{
color: #9EBA7B;
}
.AnyTagClassName
{
color: #9EBA7B;
}
</style>
background-color css
<style>
a { background-color: #9EBA7B; }
a { background-color: rgb(158,186,123); }
div.DivClassName
{
background-color: #9EBA7B;
}
.BgClassName
{
background-color: #9EBA7B;
}
</style>
border-color css
<style>
span { border-color: #9EBA7B; }
span { border-color: rgb(158,186,123); }
td.TdClassName
{
border-color: #9EBA7B;
}
.TagClassName
{
border-color: #9EBA7B;
}
</style>