Shades of Olivine #9FB57C
Tints of Olivine #9FB57C
RGB
CMYK
RGB Variations
Color information
#9FB57C (or 0x9FB57C) is known color: Olivine. HEX triplet: 9F, B5 and 7C. RGB value is (159,181,124). Sum of RGB (Red+Green+Blue) = 159+181+124=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB57C is #604A83. Grayscale: #A8A8A8. Windows color (decimal): -6310532 or 8172959. OLE color: 8172959.
HSL color Cylindrical-coordinate representation of color #9FB57C: hue angle of 83.16º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FB57C is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 124 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.29 |
| HSL | 83.16º | 0.28% | 0.6% | - |
| HSV(B) | 83.16º | 0.31% | 0.71% | - |
| XYZ | 34.46 | 41.87 | 25.34 | - |
| YUV | 167.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 124 | 0.12 | 0 | 0.31 | 0.29 | 83.16 | 0.28 | 0.6 |
| Hex | 9F | B5 | 7C | C | 0 | 1F | 1D | 53 | 1C | 3C |
| Octal | 237 | 265 | 174 | 14 | 0 | 37 | 35 | 123 | 34 | 74 |
| Binary | 10011111 | 10110101 | 1111100 | 1100 | 0 | 11111 | 11101 | 1010011 | 11100 | 111100 |
Color Harmonies of #9FB57C
Complementary color
Monochromatic Colors of #9FB57C
Black with #9FB57C
Text Example
Text Example
White with #9FB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB57C; }
p { color: rgb(159,181,124); }
H1.HeaderClassName
{
color: #9FB57C;
}
.AnyTagClassName
{
color: #9FB57C;
}
</style>
background-color css
<style>
a { background-color: #9FB57C; }
a { background-color: rgb(159,181,124); }
div.DivClassName
{
background-color: #9FB57C;
}
.BgClassName
{
background-color: #9FB57C;
}
</style>
border-color css
<style>
span { border-color: #9FB57C; }
span { border-color: rgb(159,181,124); }
td.TdClassName
{
border-color: #9FB57C;
}
.TagClassName
{
border-color: #9FB57C;
}
</style>