Shades of Olivine #9FC07A
Tints of Olivine #9FC07A
RGB
CMYK
RGB Variations
Color information
#9FC07A (or 0x9FC07A) is known color: Olivine. HEX triplet: 9F, C0 and 7A. RGB value is (159,192,122). Sum of RGB (Red+Green+Blue) = 159+192+122=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC07A is #603F85. Grayscale: #AEAEAE. Windows color (decimal): -6307718 or 8044703. OLE color: 8044703.
HSL color Cylindrical-coordinate representation of color #9FC07A: hue angle of 88.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FC07A is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 122 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.25 |
| HSL | 88.29º | 0.36% | 0.62% | - |
| HSV(B) | 88.29º | 0.36% | 0.75% | - |
| XYZ | 36.66 | 46.48 | 25.45 | - |
| YUV | 174.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 122 | 0.17 | 0 | 0.36 | 0.25 | 88.29 | 0.36 | 0.62 |
| Hex | 9F | C0 | 7A | 11 | 0 | 24 | 19 | 58 | 24 | 3E |
| Octal | 237 | 300 | 172 | 21 | 0 | 44 | 31 | 130 | 44 | 76 |
| Binary | 10011111 | 11000000 | 1111010 | 10001 | 0 | 100100 | 11001 | 1011000 | 100100 | 111110 |
Color Harmonies of #9FC07A
Complementary color
Monochromatic Colors of #9FC07A
Black with #9FC07A
Text Example
Text Example
White with #9FC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC07A; }
p { color: rgb(159,192,122); }
H1.HeaderClassName
{
color: #9FC07A;
}
.AnyTagClassName
{
color: #9FC07A;
}
</style>
background-color css
<style>
a { background-color: #9FC07A; }
a { background-color: rgb(159,192,122); }
div.DivClassName
{
background-color: #9FC07A;
}
.BgClassName
{
background-color: #9FC07A;
}
</style>
border-color css
<style>
span { border-color: #9FC07A; }
span { border-color: rgb(159,192,122); }
td.TdClassName
{
border-color: #9FC07A;
}
.TagClassName
{
border-color: #9FC07A;
}
</style>