Shades of Olivine #9FC76D
Tints of Olivine #9FC76D
RGB
CMYK
RGB Variations
Color information
#9FC76D (or 0x9FC76D) is known color: Olivine. HEX triplet: 9F, C7 and 6D. RGB value is (159,199,109). Sum of RGB (Red+Green+Blue) = 159+199+109=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC76D is #603892. Grayscale: #B1B1B1. Windows color (decimal): -6305939 or 7194527. OLE color: 7194527.
HSL color Cylindrical-coordinate representation of color #9FC76D: hue angle of 86.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FC76D is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 199 | 109 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.22 |
| HSL | 86.67º | 0.45% | 0.6% | - |
| HSV(B) | 86.67º | 0.45% | 0.78% | - |
| XYZ | 37.48 | 49.32 | 22.01 | - |
| YUV | 176.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 109 | 0.20 | 0 | 0.45 | 0.22 | 86.67 | 0.45 | 0.6 |
| Hex | 9F | C7 | 6D | 14 | 0 | 2D | 16 | 57 | 2D | 3C |
| Octal | 237 | 307 | 155 | 24 | 0 | 55 | 26 | 127 | 55 | 74 |
| Binary | 10011111 | 11000111 | 1101101 | 10100 | 0 | 101101 | 10110 | 1010111 | 101101 | 111100 |
Color Harmonies of #9FC76D
Complementary color
Monochromatic Colors of #9FC76D
Black with #9FC76D
Text Example
Text Example
White with #9FC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC76D; }
p { color: rgb(159,199,109); }
H1.HeaderClassName
{
color: #9FC76D;
}
.AnyTagClassName
{
color: #9FC76D;
}
</style>
background-color css
<style>
a { background-color: #9FC76D; }
a { background-color: rgb(159,199,109); }
div.DivClassName
{
background-color: #9FC76D;
}
.BgClassName
{
background-color: #9FC76D;
}
</style>
border-color css
<style>
span { border-color: #9FC76D; }
span { border-color: rgb(159,199,109); }
td.TdClassName
{
border-color: #9FC76D;
}
.TagClassName
{
border-color: #9FC76D;
}
</style>