Shades of Olivine #9EBE80
Tints of Olivine #9EBE80
RGB
CMYK
RGB Variations
Color information
#9EBE80 (or 0x9EBE80) is known color: Olivine. HEX triplet: 9E, BE and 80. RGB value is (158,190,128). Sum of RGB (Red+Green+Blue) = 158+190+128=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE80 is #61417F. Grayscale: #ADADAD. Windows color (decimal): -6373760 or 8437406. OLE color: 8437406.
HSL color Cylindrical-coordinate representation of color #9EBE80: hue angle of 90.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EBE80 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 128 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.25 |
| HSL | 90.97º | 0.32% | 0.62% | - |
| HSV(B) | 90.97º | 0.33% | 0.75% | - |
| XYZ | 36.41 | 45.65 | 27.32 | - |
| YUV | 173.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 128 | 0.17 | 0 | 0.33 | 0.25 | 90.97 | 0.32 | 0.62 |
| Hex | 9E | BE | 80 | 11 | 0 | 21 | 19 | 5B | 20 | 3E |
| Octal | 236 | 276 | 200 | 21 | 0 | 41 | 31 | 133 | 40 | 76 |
| Binary | 10011110 | 10111110 | 10000000 | 10001 | 0 | 100001 | 11001 | 1011011 | 100000 | 111110 |
Color Harmonies of #9EBE80
Complementary color
Monochromatic Colors of #9EBE80
Black with #9EBE80
Text Example
Text Example
White with #9EBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE80; }
p { color: rgb(158,190,128); }
H1.HeaderClassName
{
color: #9EBE80;
}
.AnyTagClassName
{
color: #9EBE80;
}
</style>
background-color css
<style>
a { background-color: #9EBE80; }
a { background-color: rgb(158,190,128); }
div.DivClassName
{
background-color: #9EBE80;
}
.BgClassName
{
background-color: #9EBE80;
}
</style>
border-color css
<style>
span { border-color: #9EBE80; }
span { border-color: rgb(158,190,128); }
td.TdClassName
{
border-color: #9EBE80;
}
.TagClassName
{
border-color: #9EBE80;
}
</style>