Shades of Olivine #9EBD6F
Tints of Olivine #9EBD6F
RGB
CMYK
RGB Variations
Color information
#9EBD6F (or 0x9EBD6F) is known color: Olivine. HEX triplet: 9E, BD and 6F. RGB value is (158,189,111). Sum of RGB (Red+Green+Blue) = 158+189+111=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD6F is #614290. Grayscale: #ABABAB. Windows color (decimal): -6374033 or 7323038. OLE color: 7323038.
HSL color Cylindrical-coordinate representation of color #9EBD6F: hue angle of 83.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EBD6F is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 111 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.26 |
| HSL | 83.85º | 0.37% | 0.59% | - |
| HSV(B) | 83.85º | 0.41% | 0.74% | - |
| XYZ | 35.17 | 44.81 | 21.83 | - |
| YUV | 170.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 111 | 0.16 | 0 | 0.41 | 0.26 | 83.85 | 0.37 | 0.59 |
| Hex | 9E | BD | 6F | 10 | 0 | 29 | 1A | 54 | 25 | 3B |
| Octal | 236 | 275 | 157 | 20 | 0 | 51 | 32 | 124 | 45 | 73 |
| Binary | 10011110 | 10111101 | 1101111 | 10000 | 0 | 101001 | 11010 | 1010100 | 100101 | 111011 |
Color Harmonies of #9EBD6F
Complementary color
Monochromatic Colors of #9EBD6F
Black with #9EBD6F
Text Example
Text Example
White with #9EBD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD6F; }
p { color: rgb(158,189,111); }
H1.HeaderClassName
{
color: #9EBD6F;
}
.AnyTagClassName
{
color: #9EBD6F;
}
</style>
background-color css
<style>
a { background-color: #9EBD6F; }
a { background-color: rgb(158,189,111); }
div.DivClassName
{
background-color: #9EBD6F;
}
.BgClassName
{
background-color: #9EBD6F;
}
</style>
border-color css
<style>
span { border-color: #9EBD6F; }
span { border-color: rgb(158,189,111); }
td.TdClassName
{
border-color: #9EBD6F;
}
.TagClassName
{
border-color: #9EBD6F;
}
</style>