Shades of Olivine #9ECF71
Tints of Olivine #9ECF71
RGB
CMYK
RGB Variations
Color information
#9ECF71 (or 0x9ECF71) is known color: Olivine. HEX triplet: 9E, CF and 71. RGB value is (158,207,113). Sum of RGB (Red+Green+Blue) = 158+207+113=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF71 is #61308E. Grayscale: #B5B5B5. Windows color (decimal): -6369423 or 7458718. OLE color: 7458718.
HSL color Cylindrical-coordinate representation of color #9ECF71: hue angle of 91.28º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ECF71 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 113 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.19 |
| HSL | 91.28º | 0.49% | 0.63% | - |
| HSV(B) | 91.28º | 0.45% | 0.81% | - |
| XYZ | 39.39 | 53.09 | 23.79 | - |
| YUV | 181.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 113 | 0.24 | 0 | 0.45 | 0.19 | 91.28 | 0.49 | 0.63 |
| Hex | 9E | CF | 71 | 18 | 0 | 2D | 13 | 5B | 31 | 3F |
| Octal | 236 | 317 | 161 | 30 | 0 | 55 | 23 | 133 | 61 | 77 |
| Binary | 10011110 | 11001111 | 1110001 | 11000 | 0 | 101101 | 10011 | 1011011 | 110001 | 111111 |
Color Harmonies of #9ECF71
Complementary color
Monochromatic Colors of #9ECF71
Black with #9ECF71
Text Example
Text Example
White with #9ECF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF71; }
p { color: rgb(158,207,113); }
H1.HeaderClassName
{
color: #9ECF71;
}
.AnyTagClassName
{
color: #9ECF71;
}
</style>
background-color css
<style>
a { background-color: #9ECF71; }
a { background-color: rgb(158,207,113); }
div.DivClassName
{
background-color: #9ECF71;
}
.BgClassName
{
background-color: #9ECF71;
}
</style>
border-color css
<style>
span { border-color: #9ECF71; }
span { border-color: rgb(158,207,113); }
td.TdClassName
{
border-color: #9ECF71;
}
.TagClassName
{
border-color: #9ECF71;
}
</style>