Shades of Olivine #9FC779
Tints of Olivine #9FC779
RGB
CMYK
RGB Variations
Color information
#9FC779 (or 0x9FC779) is known color: Olivine. HEX triplet: 9F, C7 and 79. RGB value is (159,199,121). Sum of RGB (Red+Green+Blue) = 159+199+121=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC779 is #603886. Grayscale: #B2B2B2. Windows color (decimal): -6305927 or 7980959. OLE color: 7980959.
HSL color Cylindrical-coordinate representation of color #9FC779: hue angle of 90.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FC779 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 199 | 121 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.22 |
| HSL | 90.77º | 0.41% | 0.63% | - |
| HSV(B) | 90.77º | 0.39% | 0.78% | - |
| XYZ | 38.17 | 49.6 | 25.65 | - |
| YUV | 178.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 121 | 0.20 | 0 | 0.39 | 0.22 | 90.77 | 0.41 | 0.63 |
| Hex | 9F | C7 | 79 | 14 | 0 | 27 | 16 | 5B | 29 | 3F |
| Octal | 237 | 307 | 171 | 24 | 0 | 47 | 26 | 133 | 51 | 77 |
| Binary | 10011111 | 11000111 | 1111001 | 10100 | 0 | 100111 | 10110 | 1011011 | 101001 | 111111 |
Color Harmonies of #9FC779
Complementary color
Monochromatic Colors of #9FC779
Black with #9FC779
Text Example
Text Example
White with #9FC779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC779; }
p { color: rgb(159,199,121); }
H1.HeaderClassName
{
color: #9FC779;
}
.AnyTagClassName
{
color: #9FC779;
}
</style>
background-color css
<style>
a { background-color: #9FC779; }
a { background-color: rgb(159,199,121); }
div.DivClassName
{
background-color: #9FC779;
}
.BgClassName
{
background-color: #9FC779;
}
</style>
border-color css
<style>
span { border-color: #9FC779; }
span { border-color: rgb(159,199,121); }
td.TdClassName
{
border-color: #9FC779;
}
.TagClassName
{
border-color: #9FC779;
}
</style>