Shades of Olivine #9FC574
Tints of Olivine #9FC574
RGB
CMYK
RGB Variations
Color information
#9FC574 (or 0x9FC574) is known color: Olivine. HEX triplet: 9F, C5 and 74. RGB value is (159,197,116). Sum of RGB (Red+Green+Blue) = 159+197+116=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC574 is #603A8B. Grayscale: #B0B0B0. Windows color (decimal): -6306444 or 7652767. OLE color: 7652767.
HSL color Cylindrical-coordinate representation of color #9FC574: hue angle of 88.15º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FC574 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 116 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.23 |
| HSL | 88.15º | 0.41% | 0.61% | - |
| HSV(B) | 88.15º | 0.41% | 0.77% | - |
| XYZ | 37.42 | 48.56 | 23.92 | - |
| YUV | 176.4 | 93.91 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 116 | 0.19 | 0 | 0.41 | 0.23 | 88.15 | 0.41 | 0.61 |
| Hex | 9F | C5 | 74 | 13 | 0 | 29 | 17 | 58 | 29 | 3D |
| Octal | 237 | 305 | 164 | 23 | 0 | 51 | 27 | 130 | 51 | 75 |
| Binary | 10011111 | 11000101 | 1110100 | 10011 | 0 | 101001 | 10111 | 1011000 | 101001 | 111101 |
Color Harmonies of #9FC574
Complementary color
Monochromatic Colors of #9FC574
Black with #9FC574
Text Example
Text Example
White with #9FC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC574; }
p { color: rgb(159,197,116); }
H1.HeaderClassName
{
color: #9FC574;
}
.AnyTagClassName
{
color: #9FC574;
}
</style>
background-color css
<style>
a { background-color: #9FC574; }
a { background-color: rgb(159,197,116); }
div.DivClassName
{
background-color: #9FC574;
}
.BgClassName
{
background-color: #9FC574;
}
</style>
border-color css
<style>
span { border-color: #9FC574; }
span { border-color: rgb(159,197,116); }
td.TdClassName
{
border-color: #9FC574;
}
.TagClassName
{
border-color: #9FC574;
}
</style>