Shades of Olivine #9EBD65
Tints of Olivine #9EBD65
RGB
CMYK
RGB Variations
Color information
#9EBD65 (or 0x9EBD65) is known color: Olivine. HEX triplet: 9E, BD and 65. RGB value is (158,189,101). Sum of RGB (Red+Green+Blue) = 158+189+101=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD65 is #61429A. Grayscale: #AAAAAA. Windows color (decimal): -6374043 or 6667678. OLE color: 6667678.
HSL color Cylindrical-coordinate representation of color #9EBD65: hue angle of 81.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EBD65 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 101 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.26 |
| HSL | 81.14º | 0.4% | 0.57% | - |
| HSV(B) | 81.14º | 0.47% | 0.74% | - |
| XYZ | 34.65 | 44.6 | 19.1 | - |
| YUV | 169.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 101 | 0.16 | 0 | 0.47 | 0.26 | 81.14 | 0.4 | 0.57 |
| Hex | 9E | BD | 65 | 10 | 0 | 2F | 1A | 51 | 28 | 39 |
| Octal | 236 | 275 | 145 | 20 | 0 | 57 | 32 | 121 | 50 | 71 |
| Binary | 10011110 | 10111101 | 1100101 | 10000 | 0 | 101111 | 11010 | 1010001 | 101000 | 111001 |
Color Harmonies of #9EBD65
Complementary color
Monochromatic Colors of #9EBD65
Black with #9EBD65
Text Example
Text Example
White with #9EBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD65; }
p { color: rgb(158,189,101); }
H1.HeaderClassName
{
color: #9EBD65;
}
.AnyTagClassName
{
color: #9EBD65;
}
</style>
background-color css
<style>
a { background-color: #9EBD65; }
a { background-color: rgb(158,189,101); }
div.DivClassName
{
background-color: #9EBD65;
}
.BgClassName
{
background-color: #9EBD65;
}
</style>
border-color css
<style>
span { border-color: #9EBD65; }
span { border-color: rgb(158,189,101); }
td.TdClassName
{
border-color: #9EBD65;
}
.TagClassName
{
border-color: #9EBD65;
}
</style>