Shades of Olivine #9FBC7C
Tints of Olivine #9FBC7C
RGB
CMYK
RGB Variations
Color information
#9FBC7C (or 0x9FBC7C) is known color: Olivine. HEX triplet: 9F, BC and 7C. RGB value is (159,188,124). Sum of RGB (Red+Green+Blue) = 159+188+124=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC7C is #604383. Grayscale: #ACACAC. Windows color (decimal): -6308740 or 8174751. OLE color: 8174751.
HSL color Cylindrical-coordinate representation of color #9FBC7C: hue angle of 87.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FBC7C is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 124 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.26 |
| HSL | 87.19º | 0.32% | 0.61% | - |
| HSV(B) | 87.19º | 0.34% | 0.74% | - |
| XYZ | 35.92 | 44.79 | 25.82 | - |
| YUV | 172.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 124 | 0.15 | 0 | 0.34 | 0.26 | 87.19 | 0.32 | 0.61 |
| Hex | 9F | BC | 7C | F | 0 | 22 | 1A | 57 | 20 | 3D |
| Octal | 237 | 274 | 174 | 17 | 0 | 42 | 32 | 127 | 40 | 75 |
| Binary | 10011111 | 10111100 | 1111100 | 1111 | 0 | 100010 | 11010 | 1010111 | 100000 | 111101 |
Color Harmonies of #9FBC7C
Complementary color
Monochromatic Colors of #9FBC7C
Black with #9FBC7C
Text Example
Text Example
White with #9FBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC7C; }
p { color: rgb(159,188,124); }
H1.HeaderClassName
{
color: #9FBC7C;
}
.AnyTagClassName
{
color: #9FBC7C;
}
</style>
background-color css
<style>
a { background-color: #9FBC7C; }
a { background-color: rgb(159,188,124); }
div.DivClassName
{
background-color: #9FBC7C;
}
.BgClassName
{
background-color: #9FBC7C;
}
</style>
border-color css
<style>
span { border-color: #9FBC7C; }
span { border-color: rgb(159,188,124); }
td.TdClassName
{
border-color: #9FBC7C;
}
.TagClassName
{
border-color: #9FBC7C;
}
</style>