Shades of Olivine #9FC76C
Tints of Olivine #9FC76C
RGB
CMYK
RGB Variations
Color information
#9FC76C (or 0x9FC76C) is known color: Olivine. HEX triplet: 9F, C7 and 6C. RGB value is (159,199,108). Sum of RGB (Red+Green+Blue) = 159+199+108=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC76C is #603893. Grayscale: #B0B0B0. Windows color (decimal): -6305940 or 7128991. OLE color: 7128991.
HSL color Cylindrical-coordinate representation of color #9FC76C: hue angle of 86.37º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FC76C is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 199 | 108 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.22 |
| HSL | 86.37º | 0.45% | 0.6% | - |
| HSV(B) | 86.37º | 0.46% | 0.78% | - |
| XYZ | 37.43 | 49.3 | 21.73 | - |
| YUV | 176.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 108 | 0.20 | 0 | 0.46 | 0.22 | 86.37 | 0.45 | 0.6 |
| Hex | 9F | C7 | 6C | 14 | 0 | 2E | 16 | 56 | 2D | 3C |
| Octal | 237 | 307 | 154 | 24 | 0 | 56 | 26 | 126 | 55 | 74 |
| Binary | 10011111 | 11000111 | 1101100 | 10100 | 0 | 101110 | 10110 | 1010110 | 101101 | 111100 |
Color Harmonies of #9FC76C
Complementary color
Monochromatic Colors of #9FC76C
Black with #9FC76C
Text Example
Text Example
White with #9FC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC76C; }
p { color: rgb(159,199,108); }
H1.HeaderClassName
{
color: #9FC76C;
}
.AnyTagClassName
{
color: #9FC76C;
}
</style>
background-color css
<style>
a { background-color: #9FC76C; }
a { background-color: rgb(159,199,108); }
div.DivClassName
{
background-color: #9FC76C;
}
.BgClassName
{
background-color: #9FC76C;
}
</style>
border-color css
<style>
span { border-color: #9FC76C; }
span { border-color: rgb(159,199,108); }
td.TdClassName
{
border-color: #9FC76C;
}
.TagClassName
{
border-color: #9FC76C;
}
</style>