Shades of Olivine #9FC570
Tints of Olivine #9FC570
RGB
CMYK
RGB Variations
Color information
#9FC570 (or 0x9FC570) is known color: Olivine. HEX triplet: 9F, C5 and 70. RGB value is (159,197,112). Sum of RGB (Red+Green+Blue) = 159+197+112=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC570 is #603A8F. Grayscale: #B0B0B0. Windows color (decimal): -6306448 or 7390623. OLE color: 7390623.
HSL color Cylindrical-coordinate representation of color #9FC570: hue angle of 86.82º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FC570 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 112 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.23 |
| HSL | 86.82º | 0.42% | 0.61% | - |
| HSV(B) | 86.82º | 0.43% | 0.77% | - |
| XYZ | 37.19 | 48.47 | 22.73 | - |
| YUV | 175.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 112 | 0.19 | 0 | 0.43 | 0.23 | 86.82 | 0.42 | 0.61 |
| Hex | 9F | C5 | 70 | 13 | 0 | 2B | 17 | 57 | 2A | 3D |
| Octal | 237 | 305 | 160 | 23 | 0 | 53 | 27 | 127 | 52 | 75 |
| Binary | 10011111 | 11000101 | 1110000 | 10011 | 0 | 101011 | 10111 | 1010111 | 101010 | 111101 |
Color Harmonies of #9FC570
Complementary color
Monochromatic Colors of #9FC570
Black with #9FC570
Text Example
Text Example
White with #9FC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC570; }
p { color: rgb(159,197,112); }
H1.HeaderClassName
{
color: #9FC570;
}
.AnyTagClassName
{
color: #9FC570;
}
</style>
background-color css
<style>
a { background-color: #9FC570; }
a { background-color: rgb(159,197,112); }
div.DivClassName
{
background-color: #9FC570;
}
.BgClassName
{
background-color: #9FC570;
}
</style>
border-color css
<style>
span { border-color: #9FC570; }
span { border-color: rgb(159,197,112); }
td.TdClassName
{
border-color: #9FC570;
}
.TagClassName
{
border-color: #9FC570;
}
</style>