Shades of Olivine #9FC37C
Tints of Olivine #9FC37C
RGB
CMYK
RGB Variations
Color information
#9FC37C (or 0x9FC37C) is known color: Olivine. HEX triplet: 9F, C3 and 7C. RGB value is (159,195,124). Sum of RGB (Red+Green+Blue) = 159+195+124=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC37C is #603C83. Grayscale: #B0B0B0. Windows color (decimal): -6306948 or 8176543. OLE color: 8176543.
HSL color Cylindrical-coordinate representation of color #9FC37C: hue angle of 90.42º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FC37C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 124 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.24 |
| HSL | 90.42º | 0.37% | 0.63% | - |
| HSV(B) | 90.42º | 0.36% | 0.76% | - |
| XYZ | 37.45 | 47.86 | 26.33 | - |
| YUV | 176.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 124 | 0.18 | 0 | 0.36 | 0.24 | 90.42 | 0.37 | 0.63 |
| Hex | 9F | C3 | 7C | 12 | 0 | 24 | 18 | 5A | 25 | 3F |
| Octal | 237 | 303 | 174 | 22 | 0 | 44 | 30 | 132 | 45 | 77 |
| Binary | 10011111 | 11000011 | 1111100 | 10010 | 0 | 100100 | 11000 | 1011010 | 100101 | 111111 |
Color Harmonies of #9FC37C
Complementary color
Monochromatic Colors of #9FC37C
Black with #9FC37C
Text Example
Text Example
White with #9FC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC37C; }
p { color: rgb(159,195,124); }
H1.HeaderClassName
{
color: #9FC37C;
}
.AnyTagClassName
{
color: #9FC37C;
}
</style>
background-color css
<style>
a { background-color: #9FC37C; }
a { background-color: rgb(159,195,124); }
div.DivClassName
{
background-color: #9FC37C;
}
.BgClassName
{
background-color: #9FC37C;
}
</style>
border-color css
<style>
span { border-color: #9FC37C; }
span { border-color: rgb(159,195,124); }
td.TdClassName
{
border-color: #9FC37C;
}
.TagClassName
{
border-color: #9FC37C;
}
</style>