Shades of Olivine #9FC070
Tints of Olivine #9FC070
RGB
CMYK
RGB Variations
Color information
#9FC070 (or 0x9FC070) is known color: Olivine. HEX triplet: 9F, C0 and 70. RGB value is (159,192,112). Sum of RGB (Red+Green+Blue) = 159+192+112=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC070 is #603F8F. Grayscale: #ADADAD. Windows color (decimal): -6307728 or 7389343. OLE color: 7389343.
HSL color Cylindrical-coordinate representation of color #9FC070: hue angle of 84.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FC070 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 112 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.25 |
| HSL | 84.75º | 0.39% | 0.6% | - |
| HSV(B) | 84.75º | 0.42% | 0.75% | - |
| XYZ | 36.07 | 46.24 | 22.35 | - |
| YUV | 173.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 112 | 0.17 | 0 | 0.42 | 0.25 | 84.75 | 0.39 | 0.6 |
| Hex | 9F | C0 | 70 | 11 | 0 | 2A | 19 | 55 | 27 | 3C |
| Octal | 237 | 300 | 160 | 21 | 0 | 52 | 31 | 125 | 47 | 74 |
| Binary | 10011111 | 11000000 | 1110000 | 10001 | 0 | 101010 | 11001 | 1010101 | 100111 | 111100 |
Color Harmonies of #9FC070
Complementary color
Monochromatic Colors of #9FC070
Black with #9FC070
Text Example
Text Example
White with #9FC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC070; }
p { color: rgb(159,192,112); }
H1.HeaderClassName
{
color: #9FC070;
}
.AnyTagClassName
{
color: #9FC070;
}
</style>
background-color css
<style>
a { background-color: #9FC070; }
a { background-color: rgb(159,192,112); }
div.DivClassName
{
background-color: #9FC070;
}
.BgClassName
{
background-color: #9FC070;
}
</style>
border-color css
<style>
span { border-color: #9FC070; }
span { border-color: rgb(159,192,112); }
td.TdClassName
{
border-color: #9FC070;
}
.TagClassName
{
border-color: #9FC070;
}
</style>