Shades of Olivine #9FC07C
Tints of Olivine #9FC07C
RGB
CMYK
RGB Variations
Color information
#9FC07C (or 0x9FC07C) is known color: Olivine. HEX triplet: 9F, C0 and 7C. RGB value is (159,192,124). Sum of RGB (Red+Green+Blue) = 159+192+124=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC07C is #603F83. Grayscale: #AEAEAE. Windows color (decimal): -6307716 or 8175775. OLE color: 8175775.
HSL color Cylindrical-coordinate representation of color #9FC07C: hue angle of 89.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FC07C is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 124 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.25 |
| HSL | 89.12º | 0.35% | 0.62% | - |
| HSV(B) | 89.12º | 0.35% | 0.75% | - |
| XYZ | 36.79 | 46.53 | 26.11 | - |
| YUV | 174.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 124 | 0.17 | 0 | 0.35 | 0.25 | 89.12 | 0.35 | 0.62 |
| Hex | 9F | C0 | 7C | 11 | 0 | 23 | 19 | 59 | 23 | 3E |
| Octal | 237 | 300 | 174 | 21 | 0 | 43 | 31 | 131 | 43 | 76 |
| Binary | 10011111 | 11000000 | 1111100 | 10001 | 0 | 100011 | 11001 | 1011001 | 100011 | 111110 |
Color Harmonies of #9FC07C
Complementary color
Monochromatic Colors of #9FC07C
Black with #9FC07C
Text Example
Text Example
White with #9FC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC07C; }
p { color: rgb(159,192,124); }
H1.HeaderClassName
{
color: #9FC07C;
}
.AnyTagClassName
{
color: #9FC07C;
}
</style>
background-color css
<style>
a { background-color: #9FC07C; }
a { background-color: rgb(159,192,124); }
div.DivClassName
{
background-color: #9FC07C;
}
.BgClassName
{
background-color: #9FC07C;
}
</style>
border-color css
<style>
span { border-color: #9FC07C; }
span { border-color: rgb(159,192,124); }
td.TdClassName
{
border-color: #9FC07C;
}
.TagClassName
{
border-color: #9FC07C;
}
</style>