Shades of Olivine #9FC679
Tints of Olivine #9FC679
RGB
CMYK
RGB Variations
Color information
#9FC679 (or 0x9FC679) is known color: Olivine. HEX triplet: 9F, C6 and 79. RGB value is (159,198,121). Sum of RGB (Red+Green+Blue) = 159+198+121=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC679 is #603986. Grayscale: #B1B1B1. Windows color (decimal): -6306183 or 7980703. OLE color: 7980703.
HSL color Cylindrical-coordinate representation of color #9FC679: hue angle of 90.39º degrees, saturation: 0.4, 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 #9FC679 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 121 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.22 |
| HSL | 90.39º | 0.4% | 0.63% | - |
| HSV(B) | 90.39º | 0.39% | 0.78% | - |
| XYZ | 37.94 | 49.14 | 25.57 | - |
| YUV | 177.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 121 | 0.20 | 0 | 0.39 | 0.22 | 90.39 | 0.4 | 0.63 |
| Hex | 9F | C6 | 79 | 14 | 0 | 27 | 16 | 5A | 28 | 3F |
| Octal | 237 | 306 | 171 | 24 | 0 | 47 | 26 | 132 | 50 | 77 |
| Binary | 10011111 | 11000110 | 1111001 | 10100 | 0 | 100111 | 10110 | 1011010 | 101000 | 111111 |
Color Harmonies of #9FC679
Complementary color
Monochromatic Colors of #9FC679
Black with #9FC679
Text Example
Text Example
White with #9FC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC679; }
p { color: rgb(159,198,121); }
H1.HeaderClassName
{
color: #9FC679;
}
.AnyTagClassName
{
color: #9FC679;
}
</style>
background-color css
<style>
a { background-color: #9FC679; }
a { background-color: rgb(159,198,121); }
div.DivClassName
{
background-color: #9FC679;
}
.BgClassName
{
background-color: #9FC679;
}
</style>
border-color css
<style>
span { border-color: #9FC679; }
span { border-color: rgb(159,198,121); }
td.TdClassName
{
border-color: #9FC679;
}
.TagClassName
{
border-color: #9FC679;
}
</style>