Shades of Olivine #9FC86C
Tints of Olivine #9FC86C
RGB
CMYK
RGB Variations
Color information
#9FC86C (or 0x9FC86C) is known color: Olivine. HEX triplet: 9F, C8 and 6C. RGB value is (159,200,108). Sum of RGB (Red+Green+Blue) = 159+200+108=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC86C is #603793. Grayscale: #B1B1B1. Windows color (decimal): -6305684 or 7129247. OLE color: 7129247.
HSL color Cylindrical-coordinate representation of color #9FC86C: hue angle of 86.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FC86C is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 108 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.22 |
| HSL | 86.74º | 0.46% | 0.6% | - |
| HSV(B) | 86.74º | 0.46% | 0.78% | - |
| XYZ | 37.66 | 49.76 | 21.81 | - |
| YUV | 177.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 108 | 0.20 | 0 | 0.46 | 0.22 | 86.74 | 0.46 | 0.6 |
| Hex | 9F | C8 | 6C | 14 | 0 | 2E | 16 | 57 | 2E | 3C |
| Octal | 237 | 310 | 154 | 24 | 0 | 56 | 26 | 127 | 56 | 74 |
| Binary | 10011111 | 11001000 | 1101100 | 10100 | 0 | 101110 | 10110 | 1010111 | 101110 | 111100 |
Color Harmonies of #9FC86C
Complementary color
Monochromatic Colors of #9FC86C
Black with #9FC86C
Text Example
Text Example
White with #9FC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC86C; }
p { color: rgb(159,200,108); }
H1.HeaderClassName
{
color: #9FC86C;
}
.AnyTagClassName
{
color: #9FC86C;
}
</style>
background-color css
<style>
a { background-color: #9FC86C; }
a { background-color: rgb(159,200,108); }
div.DivClassName
{
background-color: #9FC86C;
}
.BgClassName
{
background-color: #9FC86C;
}
</style>
border-color css
<style>
span { border-color: #9FC86C; }
span { border-color: rgb(159,200,108); }
td.TdClassName
{
border-color: #9FC86C;
}
.TagClassName
{
border-color: #9FC86C;
}
</style>