Shades of Olivine #9FC96F
Tints of Olivine #9FC96F
RGB
CMYK
RGB Variations
Color information
#9FC96F (or 0x9FC96F) is known color: Olivine. HEX triplet: 9F, C9 and 6F. RGB value is (159,201,111). Sum of RGB (Red+Green+Blue) = 159+201+111=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC96F is #603690. Grayscale: #B2B2B2. Windows color (decimal): -6305425 or 7326111. OLE color: 7326111.
HSL color Cylindrical-coordinate representation of color #9FC96F: hue angle of 88º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FC96F is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 111 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.21 |
| HSL | 88º | 0.45% | 0.61% | - |
| HSV(B) | 88º | 0.45% | 0.79% | - |
| XYZ | 38.05 | 50.29 | 22.74 | - |
| YUV | 178.18 | 90.09 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 111 | 0.21 | 0 | 0.45 | 0.21 | 88 | 0.45 | 0.61 |
| Hex | 9F | C9 | 6F | 15 | 0 | 2D | 15 | 58 | 2D | 3D |
| Octal | 237 | 311 | 157 | 25 | 0 | 55 | 25 | 130 | 55 | 75 |
| Binary | 10011111 | 11001001 | 1101111 | 10101 | 0 | 101101 | 10101 | 1011000 | 101101 | 111101 |
Color Harmonies of #9FC96F
Complementary color
Monochromatic Colors of #9FC96F
Black with #9FC96F
Text Example
Text Example
White with #9FC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC96F; }
p { color: rgb(159,201,111); }
H1.HeaderClassName
{
color: #9FC96F;
}
.AnyTagClassName
{
color: #9FC96F;
}
</style>
background-color css
<style>
a { background-color: #9FC96F; }
a { background-color: rgb(159,201,111); }
div.DivClassName
{
background-color: #9FC96F;
}
.BgClassName
{
background-color: #9FC96F;
}
</style>
border-color css
<style>
span { border-color: #9FC96F; }
span { border-color: rgb(159,201,111); }
td.TdClassName
{
border-color: #9FC96F;
}
.TagClassName
{
border-color: #9FC96F;
}
</style>