Shades of Olivine #9FC074
Tints of Olivine #9FC074
RGB
CMYK
RGB Variations
Color information
#9FC074 (or 0x9FC074) is known color: Olivine. HEX triplet: 9F, C0 and 74. RGB value is (159,192,116). Sum of RGB (Red+Green+Blue) = 159+192+116=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC074 is #603F8B. Grayscale: #ADADAD. Windows color (decimal): -6307724 or 7651487. OLE color: 7651487.
HSL color Cylindrical-coordinate representation of color #9FC074: hue angle of 86.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FC074 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 116 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.25 |
| HSL | 86.05º | 0.38% | 0.6% | - |
| HSV(B) | 86.05º | 0.4% | 0.75% | - |
| XYZ | 36.3 | 46.33 | 23.55 | - |
| YUV | 173.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 116 | 0.17 | 0 | 0.40 | 0.25 | 86.05 | 0.38 | 0.6 |
| Hex | 9F | C0 | 74 | 11 | 0 | 28 | 19 | 56 | 26 | 3C |
| Octal | 237 | 300 | 164 | 21 | 0 | 50 | 31 | 126 | 46 | 74 |
| Binary | 10011111 | 11000000 | 1110100 | 10001 | 0 | 101000 | 11001 | 1010110 | 100110 | 111100 |
Color Harmonies of #9FC074
Complementary color
Monochromatic Colors of #9FC074
Black with #9FC074
Text Example
Text Example
White with #9FC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC074; }
p { color: rgb(159,192,116); }
H1.HeaderClassName
{
color: #9FC074;
}
.AnyTagClassName
{
color: #9FC074;
}
</style>
background-color css
<style>
a { background-color: #9FC074; }
a { background-color: rgb(159,192,116); }
div.DivClassName
{
background-color: #9FC074;
}
.BgClassName
{
background-color: #9FC074;
}
</style>
border-color css
<style>
span { border-color: #9FC074; }
span { border-color: rgb(159,192,116); }
td.TdClassName
{
border-color: #9FC074;
}
.TagClassName
{
border-color: #9FC074;
}
</style>