Shades of Olivine #9FBA7C
Tints of Olivine #9FBA7C
RGB
CMYK
RGB Variations
Color information
#9FBA7C (or 0x9FBA7C) is known color: Olivine. HEX triplet: 9F, BA and 7C. RGB value is (159,186,124). Sum of RGB (Red+Green+Blue) = 159+186+124=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA7C is #604583. Grayscale: #ABABAB. Windows color (decimal): -6309252 or 8174239. OLE color: 8174239.
HSL color Cylindrical-coordinate representation of color #9FBA7C: hue angle of 86.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBA7C is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 124 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.27 |
| HSL | 86.13º | 0.31% | 0.61% | - |
| HSV(B) | 86.13º | 0.33% | 0.73% | - |
| XYZ | 35.5 | 43.94 | 25.68 | - |
| YUV | 170.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 124 | 0.15 | 0 | 0.33 | 0.27 | 86.13 | 0.31 | 0.61 |
| Hex | 9F | BA | 7C | F | 0 | 21 | 1B | 56 | 1F | 3D |
| Octal | 237 | 272 | 174 | 17 | 0 | 41 | 33 | 126 | 37 | 75 |
| Binary | 10011111 | 10111010 | 1111100 | 1111 | 0 | 100001 | 11011 | 1010110 | 11111 | 111101 |
Color Harmonies of #9FBA7C
Complementary color
Monochromatic Colors of #9FBA7C
Black with #9FBA7C
Text Example
Text Example
White with #9FBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA7C; }
p { color: rgb(159,186,124); }
H1.HeaderClassName
{
color: #9FBA7C;
}
.AnyTagClassName
{
color: #9FBA7C;
}
</style>
background-color css
<style>
a { background-color: #9FBA7C; }
a { background-color: rgb(159,186,124); }
div.DivClassName
{
background-color: #9FBA7C;
}
.BgClassName
{
background-color: #9FBA7C;
}
</style>
border-color css
<style>
span { border-color: #9FBA7C; }
span { border-color: rgb(159,186,124); }
td.TdClassName
{
border-color: #9FBA7C;
}
.TagClassName
{
border-color: #9FBA7C;
}
</style>