Shades of Olivine #9FC573
Tints of Olivine #9FC573
RGB
CMYK
RGB Variations
Color information
#9FC573 (or 0x9FC573) is known color: Olivine. HEX triplet: 9F, C5 and 73. RGB value is (159,197,115). Sum of RGB (Red+Green+Blue) = 159+197+115=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC573 is #603A8C. Grayscale: #B0B0B0. Windows color (decimal): -6306445 or 7587231. OLE color: 7587231.
HSL color Cylindrical-coordinate representation of color #9FC573: hue angle of 87.8º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FC573 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 115 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.23 |
| HSL | 87.8º | 0.41% | 0.61% | - |
| HSV(B) | 87.8º | 0.42% | 0.77% | - |
| XYZ | 37.36 | 48.54 | 23.62 | - |
| YUV | 176.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 115 | 0.19 | 0 | 0.42 | 0.23 | 87.8 | 0.41 | 0.61 |
| Hex | 9F | C5 | 73 | 13 | 0 | 2A | 17 | 58 | 29 | 3D |
| Octal | 237 | 305 | 163 | 23 | 0 | 52 | 27 | 130 | 51 | 75 |
| Binary | 10011111 | 11000101 | 1110011 | 10011 | 0 | 101010 | 10111 | 1011000 | 101001 | 111101 |
Color Harmonies of #9FC573
Complementary color
Monochromatic Colors of #9FC573
Black with #9FC573
Text Example
Text Example
White with #9FC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC573; }
p { color: rgb(159,197,115); }
H1.HeaderClassName
{
color: #9FC573;
}
.AnyTagClassName
{
color: #9FC573;
}
</style>
background-color css
<style>
a { background-color: #9FC573; }
a { background-color: rgb(159,197,115); }
div.DivClassName
{
background-color: #9FC573;
}
.BgClassName
{
background-color: #9FC573;
}
</style>
border-color css
<style>
span { border-color: #9FC573; }
span { border-color: rgb(159,197,115); }
td.TdClassName
{
border-color: #9FC573;
}
.TagClassName
{
border-color: #9FC573;
}
</style>