Shades of Olivine #9EBD6E
Tints of Olivine #9EBD6E
RGB
CMYK
RGB Variations
Color information
#9EBD6E (or 0x9EBD6E) is known color: Olivine. HEX triplet: 9E, BD and 6E. RGB value is (158,189,110). Sum of RGB (Red+Green+Blue) = 158+189+110=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD6E is #614291. Grayscale: #ABABAB. Windows color (decimal): -6374034 or 7257502. OLE color: 7257502.
HSL color Cylindrical-coordinate representation of color #9EBD6E: hue angle of 83.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EBD6E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 110 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.26 |
| HSL | 83.54º | 0.37% | 0.59% | - |
| HSV(B) | 83.54º | 0.42% | 0.74% | - |
| XYZ | 35.11 | 44.79 | 21.55 | - |
| YUV | 170.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 110 | 0.16 | 0 | 0.42 | 0.26 | 83.54 | 0.37 | 0.59 |
| Hex | 9E | BD | 6E | 10 | 0 | 2A | 1A | 54 | 25 | 3B |
| Octal | 236 | 275 | 156 | 20 | 0 | 52 | 32 | 124 | 45 | 73 |
| Binary | 10011110 | 10111101 | 1101110 | 10000 | 0 | 101010 | 11010 | 1010100 | 100101 | 111011 |
Color Harmonies of #9EBD6E
Complementary color
Monochromatic Colors of #9EBD6E
Black with #9EBD6E
Text Example
Text Example
White with #9EBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD6E; }
p { color: rgb(158,189,110); }
H1.HeaderClassName
{
color: #9EBD6E;
}
.AnyTagClassName
{
color: #9EBD6E;
}
</style>
background-color css
<style>
a { background-color: #9EBD6E; }
a { background-color: rgb(158,189,110); }
div.DivClassName
{
background-color: #9EBD6E;
}
.BgClassName
{
background-color: #9EBD6E;
}
</style>
border-color css
<style>
span { border-color: #9EBD6E; }
span { border-color: rgb(158,189,110); }
td.TdClassName
{
border-color: #9EBD6E;
}
.TagClassName
{
border-color: #9EBD6E;
}
</style>