Shades of Olivine #9FC47B
Tints of Olivine #9FC47B
RGB
CMYK
RGB Variations
Color information
#9FC47B (or 0x9FC47B) is known color: Olivine. HEX triplet: 9F, C4 and 7B. RGB value is (159,196,123). Sum of RGB (Red+Green+Blue) = 159+196+123=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC47B is #603B84. Grayscale: #B0B0B0. Windows color (decimal): -6306693 or 8111263. OLE color: 8111263.
HSL color Cylindrical-coordinate representation of color #9FC47B: hue angle of 90.41º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FC47B is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 196 | 123 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.23 |
| HSL | 90.41º | 0.38% | 0.63% | - |
| HSV(B) | 90.41º | 0.37% | 0.77% | - |
| XYZ | 37.61 | 48.28 | 26.08 | - |
| YUV | 176.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 196 | 123 | 0.19 | 0 | 0.37 | 0.23 | 90.41 | 0.38 | 0.63 |
| Hex | 9F | C4 | 7B | 13 | 0 | 25 | 17 | 5A | 26 | 3F |
| Octal | 237 | 304 | 173 | 23 | 0 | 45 | 27 | 132 | 46 | 77 |
| Binary | 10011111 | 11000100 | 1111011 | 10011 | 0 | 100101 | 10111 | 1011010 | 100110 | 111111 |
Color Harmonies of #9FC47B
Complementary color
Monochromatic Colors of #9FC47B
Black with #9FC47B
Text Example
Text Example
White with #9FC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC47B; }
p { color: rgb(159,196,123); }
H1.HeaderClassName
{
color: #9FC47B;
}
.AnyTagClassName
{
color: #9FC47B;
}
</style>
background-color css
<style>
a { background-color: #9FC47B; }
a { background-color: rgb(159,196,123); }
div.DivClassName
{
background-color: #9FC47B;
}
.BgClassName
{
background-color: #9FC47B;
}
</style>
border-color css
<style>
span { border-color: #9FC47B; }
span { border-color: rgb(159,196,123); }
td.TdClassName
{
border-color: #9FC47B;
}
.TagClassName
{
border-color: #9FC47B;
}
</style>