Shades of Olivine #9EBF70
Tints of Olivine #9EBF70
RGB
CMYK
RGB Variations
Color information
#9EBF70 (or 0x9EBF70) is known color: Olivine. HEX triplet: 9E, BF and 70. RGB value is (158,191,112). Sum of RGB (Red+Green+Blue) = 158+191+112=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF70 is #61408F. Grayscale: #ACACAC. Windows color (decimal): -6373520 or 7389086. OLE color: 7389086.
HSL color Cylindrical-coordinate representation of color #9EBF70: hue angle of 85.06º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EBF70 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 112 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.25 |
| HSL | 85.06º | 0.38% | 0.59% | - |
| HSV(B) | 85.06º | 0.41% | 0.75% | - |
| XYZ | 35.66 | 45.7 | 22.27 | - |
| YUV | 172.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 112 | 0.17 | 0 | 0.41 | 0.25 | 85.06 | 0.38 | 0.59 |
| Hex | 9E | BF | 70 | 11 | 0 | 29 | 19 | 55 | 26 | 3B |
| Octal | 236 | 277 | 160 | 21 | 0 | 51 | 31 | 125 | 46 | 73 |
| Binary | 10011110 | 10111111 | 1110000 | 10001 | 0 | 101001 | 11001 | 1010101 | 100110 | 111011 |
Color Harmonies of #9EBF70
Complementary color
Monochromatic Colors of #9EBF70
Black with #9EBF70
Text Example
Text Example
White with #9EBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF70; }
p { color: rgb(158,191,112); }
H1.HeaderClassName
{
color: #9EBF70;
}
.AnyTagClassName
{
color: #9EBF70;
}
</style>
background-color css
<style>
a { background-color: #9EBF70; }
a { background-color: rgb(158,191,112); }
div.DivClassName
{
background-color: #9EBF70;
}
.BgClassName
{
background-color: #9EBF70;
}
</style>
border-color css
<style>
span { border-color: #9EBF70; }
span { border-color: rgb(158,191,112); }
td.TdClassName
{
border-color: #9EBF70;
}
.TagClassName
{
border-color: #9EBF70;
}
</style>