Shades of Olivine #9EBE68
Tints of Olivine #9EBE68
RGB
CMYK
RGB Variations
Color information
#9EBE68 (or 0x9EBE68) is known color: Olivine. HEX triplet: 9E, BE and 68. RGB value is (158,190,104). Sum of RGB (Red+Green+Blue) = 158+190+104=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE68 is #614197. Grayscale: #AAAAAA. Windows color (decimal): -6373784 or 6864542. OLE color: 6864542.
HSL color Cylindrical-coordinate representation of color #9EBE68: hue angle of 82.33º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EBE68 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 104 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.25 |
| HSL | 82.33º | 0.4% | 0.58% | - |
| HSV(B) | 82.33º | 0.45% | 0.75% | - |
| XYZ | 35.01 | 45.1 | 19.96 | - |
| YUV | 170.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 104 | 0.17 | 0 | 0.45 | 0.25 | 82.33 | 0.4 | 0.58 |
| Hex | 9E | BE | 68 | 11 | 0 | 2D | 19 | 52 | 28 | 3A |
| Octal | 236 | 276 | 150 | 21 | 0 | 55 | 31 | 122 | 50 | 72 |
| Binary | 10011110 | 10111110 | 1101000 | 10001 | 0 | 101101 | 11001 | 1010010 | 101000 | 111010 |
Color Harmonies of #9EBE68
Complementary color
Monochromatic Colors of #9EBE68
Black with #9EBE68
Text Example
Text Example
White with #9EBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE68; }
p { color: rgb(158,190,104); }
H1.HeaderClassName
{
color: #9EBE68;
}
.AnyTagClassName
{
color: #9EBE68;
}
</style>
background-color css
<style>
a { background-color: #9EBE68; }
a { background-color: rgb(158,190,104); }
div.DivClassName
{
background-color: #9EBE68;
}
.BgClassName
{
background-color: #9EBE68;
}
</style>
border-color css
<style>
span { border-color: #9EBE68; }
span { border-color: rgb(158,190,104); }
td.TdClassName
{
border-color: #9EBE68;
}
.TagClassName
{
border-color: #9EBE68;
}
</style>