Shades of Olivine #9FC07F
Tints of Olivine #9FC07F
RGB
CMYK
RGB Variations
Color information
#9FC07F (or 0x9FC07F) is known color: Olivine. HEX triplet: 9F, C0 and 7F. RGB value is (159,192,127). Sum of RGB (Red+Green+Blue) = 159+192+127=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC07F is #603F80. Grayscale: #AEAEAE. Windows color (decimal): -6307713 or 8372383. OLE color: 8372383.
HSL color Cylindrical-coordinate representation of color #9FC07F: hue angle of 90.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FC07F is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 127 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.25 |
| HSL | 90.46º | 0.34% | 0.63% | - |
| HSV(B) | 90.46º | 0.34% | 0.75% | - |
| XYZ | 36.98 | 46.6 | 27.12 | - |
| YUV | 174.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 127 | 0.17 | 0 | 0.34 | 0.25 | 90.46 | 0.34 | 0.63 |
| Hex | 9F | C0 | 7F | 11 | 0 | 22 | 19 | 5A | 22 | 3F |
| Octal | 237 | 300 | 177 | 21 | 0 | 42 | 31 | 132 | 42 | 77 |
| Binary | 10011111 | 11000000 | 1111111 | 10001 | 0 | 100010 | 11001 | 1011010 | 100010 | 111111 |
Color Harmonies of #9FC07F
Complementary color
Monochromatic Colors of #9FC07F
Black with #9FC07F
Text Example
Text Example
White with #9FC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC07F; }
p { color: rgb(159,192,127); }
H1.HeaderClassName
{
color: #9FC07F;
}
.AnyTagClassName
{
color: #9FC07F;
}
</style>
background-color css
<style>
a { background-color: #9FC07F; }
a { background-color: rgb(159,192,127); }
div.DivClassName
{
background-color: #9FC07F;
}
.BgClassName
{
background-color: #9FC07F;
}
</style>
border-color css
<style>
span { border-color: #9FC07F; }
span { border-color: rgb(159,192,127); }
td.TdClassName
{
border-color: #9FC07F;
}
.TagClassName
{
border-color: #9FC07F;
}
</style>