Shades of Olivine #9FBC77
Tints of Olivine #9FBC77
RGB
CMYK
RGB Variations
Color information
#9FBC77 (or 0x9FBC77) is known color: Olivine. HEX triplet: 9F, BC and 77. RGB value is (159,188,119). Sum of RGB (Red+Green+Blue) = 159+188+119=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC77 is #604388. Grayscale: #ABABAB. Windows color (decimal): -6308745 or 7847071. OLE color: 7847071.
HSL color Cylindrical-coordinate representation of color #9FBC77: hue angle of 85.22º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBC77 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 119 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.26 |
| HSL | 85.22º | 0.34% | 0.6% | - |
| HSV(B) | 85.22º | 0.37% | 0.74% | - |
| XYZ | 35.61 | 44.67 | 24.2 | - |
| YUV | 171.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 119 | 0.15 | 0 | 0.37 | 0.26 | 85.22 | 0.34 | 0.6 |
| Hex | 9F | BC | 77 | F | 0 | 25 | 1A | 55 | 22 | 3C |
| Octal | 237 | 274 | 167 | 17 | 0 | 45 | 32 | 125 | 42 | 74 |
| Binary | 10011111 | 10111100 | 1110111 | 1111 | 0 | 100101 | 11010 | 1010101 | 100010 | 111100 |
Color Harmonies of #9FBC77
Complementary color
Monochromatic Colors of #9FBC77
Black with #9FBC77
Text Example
Text Example
White with #9FBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC77; }
p { color: rgb(159,188,119); }
H1.HeaderClassName
{
color: #9FBC77;
}
.AnyTagClassName
{
color: #9FBC77;
}
</style>
background-color css
<style>
a { background-color: #9FBC77; }
a { background-color: rgb(159,188,119); }
div.DivClassName
{
background-color: #9FBC77;
}
.BgClassName
{
background-color: #9FBC77;
}
</style>
border-color css
<style>
span { border-color: #9FBC77; }
span { border-color: rgb(159,188,119); }
td.TdClassName
{
border-color: #9FBC77;
}
.TagClassName
{
border-color: #9FBC77;
}
</style>