Shades of Olivine #9FC96C
Tints of Olivine #9FC96C
RGB
CMYK
RGB Variations
Color information
#9FC96C (or 0x9FC96C) is known color: Olivine. HEX triplet: 9F, C9 and 6C. RGB value is (159,201,108). Sum of RGB (Red+Green+Blue) = 159+201+108=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC96C is #603693. Grayscale: #B2B2B2. Windows color (decimal): -6305428 or 7129503. OLE color: 7129503.
HSL color Cylindrical-coordinate representation of color #9FC96C: hue angle of 87.1º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FC96C is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 108 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.21 |
| HSL | 87.1º | 0.46% | 0.61% | - |
| HSV(B) | 87.1º | 0.46% | 0.79% | - |
| XYZ | 37.89 | 50.23 | 21.89 | - |
| YUV | 177.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 108 | 0.21 | 0 | 0.46 | 0.21 | 87.1 | 0.46 | 0.61 |
| Hex | 9F | C9 | 6C | 15 | 0 | 2E | 15 | 57 | 2E | 3D |
| Octal | 237 | 311 | 154 | 25 | 0 | 56 | 25 | 127 | 56 | 75 |
| Binary | 10011111 | 11001001 | 1101100 | 10101 | 0 | 101110 | 10101 | 1010111 | 101110 | 111101 |
Color Harmonies of #9FC96C
Complementary color
Monochromatic Colors of #9FC96C
Black with #9FC96C
Text Example
Text Example
White with #9FC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC96C; }
p { color: rgb(159,201,108); }
H1.HeaderClassName
{
color: #9FC96C;
}
.AnyTagClassName
{
color: #9FC96C;
}
</style>
background-color css
<style>
a { background-color: #9FC96C; }
a { background-color: rgb(159,201,108); }
div.DivClassName
{
background-color: #9FC96C;
}
.BgClassName
{
background-color: #9FC96C;
}
</style>
border-color css
<style>
span { border-color: #9FC96C; }
span { border-color: rgb(159,201,108); }
td.TdClassName
{
border-color: #9FC96C;
}
.TagClassName
{
border-color: #9FC96C;
}
</style>