Shades of Olivine #9FBC60
Tints of Olivine #9FBC60
RGB
CMYK
RGB Variations
Color information
#9FBC60 (or 0x9FBC60) is known color: Olivine. HEX triplet: 9F, BC and 60. RGB value is (159,188,96). Sum of RGB (Red+Green+Blue) = 159+188+96=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC60 is #60439F. Grayscale: #A9A9A9. Windows color (decimal): -6308768 or 6339743. OLE color: 6339743.
HSL color Cylindrical-coordinate representation of color #9FBC60: hue angle of 78.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FBC60 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 96 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.26 |
| HSL | 78.91º | 0.41% | 0.56% | - |
| HSV(B) | 78.91º | 0.49% | 0.74% | - |
| XYZ | 34.39 | 44.18 | 17.78 | - |
| YUV | 168.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 96 | 0.15 | 0 | 0.49 | 0.26 | 78.91 | 0.41 | 0.56 |
| Hex | 9F | BC | 60 | F | 0 | 31 | 1A | 4F | 29 | 38 |
| Octal | 237 | 274 | 140 | 17 | 0 | 61 | 32 | 117 | 51 | 70 |
| Binary | 10011111 | 10111100 | 1100000 | 1111 | 0 | 110001 | 11010 | 1001111 | 101001 | 111000 |
Color Harmonies of #9FBC60
Complementary color
Monochromatic Colors of #9FBC60
Black with #9FBC60
Text Example
Text Example
White with #9FBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC60; }
p { color: rgb(159,188,96); }
H1.HeaderClassName
{
color: #9FBC60;
}
.AnyTagClassName
{
color: #9FBC60;
}
</style>
background-color css
<style>
a { background-color: #9FBC60; }
a { background-color: rgb(159,188,96); }
div.DivClassName
{
background-color: #9FBC60;
}
.BgClassName
{
background-color: #9FBC60;
}
</style>
border-color css
<style>
span { border-color: #9FBC60; }
span { border-color: rgb(159,188,96); }
td.TdClassName
{
border-color: #9FBC60;
}
.TagClassName
{
border-color: #9FBC60;
}
</style>