Shades of Olivine #9FC67A
Tints of Olivine #9FC67A
RGB
CMYK
RGB Variations
Color information
#9FC67A (or 0x9FC67A) is known color: Olivine. HEX triplet: 9F, C6 and 7A. RGB value is (159,198,122). Sum of RGB (Red+Green+Blue) = 159+198+122=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC67A is #603985. Grayscale: #B1B1B1. Windows color (decimal): -6306182 or 8046239. OLE color: 8046239.
HSL color Cylindrical-coordinate representation of color #9FC67A: hue angle of 90.79º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FC67A is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 122 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.22 |
| HSL | 90.79º | 0.4% | 0.63% | - |
| HSV(B) | 90.79º | 0.38% | 0.78% | - |
| XYZ | 38.01 | 49.16 | 25.9 | - |
| YUV | 177.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 122 | 0.20 | 0 | 0.38 | 0.22 | 90.79 | 0.4 | 0.63 |
| Hex | 9F | C6 | 7A | 14 | 0 | 26 | 16 | 5B | 28 | 3F |
| Octal | 237 | 306 | 172 | 24 | 0 | 46 | 26 | 133 | 50 | 77 |
| Binary | 10011111 | 11000110 | 1111010 | 10100 | 0 | 100110 | 10110 | 1011011 | 101000 | 111111 |
Color Harmonies of #9FC67A
Complementary color
Monochromatic Colors of #9FC67A
Black with #9FC67A
Text Example
Text Example
White with #9FC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC67A; }
p { color: rgb(159,198,122); }
H1.HeaderClassName
{
color: #9FC67A;
}
.AnyTagClassName
{
color: #9FC67A;
}
</style>
background-color css
<style>
a { background-color: #9FC67A; }
a { background-color: rgb(159,198,122); }
div.DivClassName
{
background-color: #9FC67A;
}
.BgClassName
{
background-color: #9FC67A;
}
</style>
border-color css
<style>
span { border-color: #9FC67A; }
span { border-color: rgb(159,198,122); }
td.TdClassName
{
border-color: #9FC67A;
}
.TagClassName
{
border-color: #9FC67A;
}
</style>