Shades of Olivine #9FC064
Tints of Olivine #9FC064
RGB
CMYK
RGB Variations
Color information
#9FC064 (or 0x9FC064) is known color: Olivine. HEX triplet: 9F, C0 and 64. RGB value is (159,192,100). Sum of RGB (Red+Green+Blue) = 159+192+100=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC064 is #603F9B. Grayscale: #ABABAB. Windows color (decimal): -6307740 or 6602911. OLE color: 6602911.
HSL color Cylindrical-coordinate representation of color #9FC064: hue angle of 81.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FC064 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 100 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.25 |
| HSL | 81.52º | 0.42% | 0.57% | - |
| HSV(B) | 81.52º | 0.48% | 0.75% | - |
| XYZ | 35.45 | 45.99 | 19.07 | - |
| YUV | 171.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 100 | 0.17 | 0 | 0.48 | 0.25 | 81.52 | 0.42 | 0.57 |
| Hex | 9F | C0 | 64 | 11 | 0 | 30 | 19 | 52 | 2A | 39 |
| Octal | 237 | 300 | 144 | 21 | 0 | 60 | 31 | 122 | 52 | 71 |
| Binary | 10011111 | 11000000 | 1100100 | 10001 | 0 | 110000 | 11001 | 1010010 | 101010 | 111001 |
Color Harmonies of #9FC064
Complementary color
Monochromatic Colors of #9FC064
Black with #9FC064
Text Example
Text Example
White with #9FC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC064; }
p { color: rgb(159,192,100); }
H1.HeaderClassName
{
color: #9FC064;
}
.AnyTagClassName
{
color: #9FC064;
}
</style>
background-color css
<style>
a { background-color: #9FC064; }
a { background-color: rgb(159,192,100); }
div.DivClassName
{
background-color: #9FC064;
}
.BgClassName
{
background-color: #9FC064;
}
</style>
border-color css
<style>
span { border-color: #9FC064; }
span { border-color: rgb(159,192,100); }
td.TdClassName
{
border-color: #9FC064;
}
.TagClassName
{
border-color: #9FC064;
}
</style>