Shades of Olivine #9FBC7F
Tints of Olivine #9FBC7F
RGB
CMYK
RGB Variations
Color information
#9FBC7F (or 0x9FBC7F) is known color: Olivine. HEX triplet: 9F, BC and 7F. RGB value is (159,188,127). Sum of RGB (Red+Green+Blue) = 159+188+127=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC7F is #604380. Grayscale: #ACACAC. Windows color (decimal): -6308737 or 8371359. OLE color: 8371359.
HSL color Cylindrical-coordinate representation of color #9FBC7F: hue angle of 88.52º 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 #9FBC7F is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 127 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.26 |
| HSL | 88.52º | 0.31% | 0.62% | - |
| HSV(B) | 88.52º | 0.32% | 0.74% | - |
| XYZ | 36.11 | 44.87 | 26.84 | - |
| YUV | 172.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 127 | 0.15 | 0 | 0.32 | 0.26 | 88.52 | 0.31 | 0.62 |
| Hex | 9F | BC | 7F | F | 0 | 20 | 1A | 59 | 1F | 3E |
| Octal | 237 | 274 | 177 | 17 | 0 | 40 | 32 | 131 | 37 | 76 |
| Binary | 10011111 | 10111100 | 1111111 | 1111 | 0 | 100000 | 11010 | 1011001 | 11111 | 111110 |
Color Harmonies of #9FBC7F
Complementary color
Monochromatic Colors of #9FBC7F
Black with #9FBC7F
Text Example
Text Example
White with #9FBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC7F; }
p { color: rgb(159,188,127); }
H1.HeaderClassName
{
color: #9FBC7F;
}
.AnyTagClassName
{
color: #9FBC7F;
}
</style>
background-color css
<style>
a { background-color: #9FBC7F; }
a { background-color: rgb(159,188,127); }
div.DivClassName
{
background-color: #9FBC7F;
}
.BgClassName
{
background-color: #9FBC7F;
}
</style>
border-color css
<style>
span { border-color: #9FBC7F; }
span { border-color: rgb(159,188,127); }
td.TdClassName
{
border-color: #9FBC7F;
}
.TagClassName
{
border-color: #9FBC7F;
}
</style>