Shades of Olivine #9FBC80
Tints of Olivine #9FBC80
RGB
CMYK
RGB Variations
Color information
#9FBC80 (or 0x9FBC80) is known color: Olivine. HEX triplet: 9F, BC and 80. RGB value is (159,188,128). Sum of RGB (Red+Green+Blue) = 159+188+128=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC80 is #60437F. Grayscale: #ACACAC. Windows color (decimal): -6308736 or 8436895. OLE color: 8436895.
HSL color Cylindrical-coordinate representation of color #9FBC80: hue angle of 89º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBC80 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 128 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.26 |
| HSL | 89º | 0.31% | 0.62% | - |
| HSV(B) | 89º | 0.32% | 0.74% | - |
| XYZ | 36.18 | 44.9 | 27.18 | - |
| YUV | 172.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 128 | 0.15 | 0 | 0.32 | 0.26 | 89 | 0.31 | 0.62 |
| Hex | 9F | BC | 80 | F | 0 | 20 | 1A | 59 | 1F | 3E |
| Octal | 237 | 274 | 200 | 17 | 0 | 40 | 32 | 131 | 37 | 76 |
| Binary | 10011111 | 10111100 | 10000000 | 1111 | 0 | 100000 | 11010 | 1011001 | 11111 | 111110 |
Color Harmonies of #9FBC80
Complementary color
Monochromatic Colors of #9FBC80
Black with #9FBC80
Text Example
Text Example
White with #9FBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC80; }
p { color: rgb(159,188,128); }
H1.HeaderClassName
{
color: #9FBC80;
}
.AnyTagClassName
{
color: #9FBC80;
}
</style>
background-color css
<style>
a { background-color: #9FBC80; }
a { background-color: rgb(159,188,128); }
div.DivClassName
{
background-color: #9FBC80;
}
.BgClassName
{
background-color: #9FBC80;
}
</style>
border-color css
<style>
span { border-color: #9FBC80; }
span { border-color: rgb(159,188,128); }
td.TdClassName
{
border-color: #9FBC80;
}
.TagClassName
{
border-color: #9FBC80;
}
</style>