Shades of Olivine #9ECB71
Tints of Olivine #9ECB71
RGB
CMYK
RGB Variations
Color information
#9ECB71 (or 0x9ECB71) is known color: Olivine. HEX triplet: 9E, CB and 71. RGB value is (158,203,113). Sum of RGB (Red+Green+Blue) = 158+203+113=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB71 is #61348E. Grayscale: #B3B3B3. Windows color (decimal): -6370447 or 7457694. OLE color: 7457694.
HSL color Cylindrical-coordinate representation of color #9ECB71: hue angle of 90º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ECB71 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 113 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.20 |
| HSL | 90º | 0.46% | 0.62% | - |
| HSV(B) | 90º | 0.44% | 0.8% | - |
| XYZ | 38.44 | 51.17 | 23.47 | - |
| YUV | 179.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 113 | 0.22 | 0 | 0.44 | 0.20 | 90 | 0.46 | 0.62 |
| Hex | 9E | CB | 71 | 16 | 0 | 2C | 14 | 5A | 2E | 3E |
| Octal | 236 | 313 | 161 | 26 | 0 | 54 | 24 | 132 | 56 | 76 |
| Binary | 10011110 | 11001011 | 1110001 | 10110 | 0 | 101100 | 10100 | 1011010 | 101110 | 111110 |
Color Harmonies of #9ECB71
Complementary color
Monochromatic Colors of #9ECB71
Black with #9ECB71
Text Example
Text Example
White with #9ECB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB71; }
p { color: rgb(158,203,113); }
H1.HeaderClassName
{
color: #9ECB71;
}
.AnyTagClassName
{
color: #9ECB71;
}
</style>
background-color css
<style>
a { background-color: #9ECB71; }
a { background-color: rgb(158,203,113); }
div.DivClassName
{
background-color: #9ECB71;
}
.BgClassName
{
background-color: #9ECB71;
}
</style>
border-color css
<style>
span { border-color: #9ECB71; }
span { border-color: rgb(158,203,113); }
td.TdClassName
{
border-color: #9ECB71;
}
.TagClassName
{
border-color: #9ECB71;
}
</style>