Shades of Olivine #9EBD7A
Tints of Olivine #9EBD7A
RGB
CMYK
RGB Variations
Color information
#9EBD7A (or 0x9EBD7A) is known color: Olivine. HEX triplet: 9E, BD and 7A. RGB value is (158,189,122). Sum of RGB (Red+Green+Blue) = 158+189+122=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD7A is #614285. Grayscale: #ACACAC. Windows color (decimal): -6374022 or 8043934. OLE color: 8043934.
HSL color Cylindrical-coordinate representation of color #9EBD7A: hue angle of 87.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EBD7A is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 122 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.26 |
| HSL | 87.76º | 0.34% | 0.61% | - |
| HSV(B) | 87.76º | 0.35% | 0.74% | - |
| XYZ | 35.81 | 45.07 | 25.22 | - |
| YUV | 172.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 122 | 0.16 | 0 | 0.35 | 0.26 | 87.76 | 0.34 | 0.61 |
| Hex | 9E | BD | 7A | 10 | 0 | 23 | 1A | 58 | 22 | 3D |
| Octal | 236 | 275 | 172 | 20 | 0 | 43 | 32 | 130 | 42 | 75 |
| Binary | 10011110 | 10111101 | 1111010 | 10000 | 0 | 100011 | 11010 | 1011000 | 100010 | 111101 |
Color Harmonies of #9EBD7A
Complementary color
Monochromatic Colors of #9EBD7A
Black with #9EBD7A
Text Example
Text Example
White with #9EBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD7A; }
p { color: rgb(158,189,122); }
H1.HeaderClassName
{
color: #9EBD7A;
}
.AnyTagClassName
{
color: #9EBD7A;
}
</style>
background-color css
<style>
a { background-color: #9EBD7A; }
a { background-color: rgb(158,189,122); }
div.DivClassName
{
background-color: #9EBD7A;
}
.BgClassName
{
background-color: #9EBD7A;
}
</style>
border-color css
<style>
span { border-color: #9EBD7A; }
span { border-color: rgb(158,189,122); }
td.TdClassName
{
border-color: #9EBD7A;
}
.TagClassName
{
border-color: #9EBD7A;
}
</style>