Shades of Olivine #9FBC76
Tints of Olivine #9FBC76
RGB
CMYK
RGB Variations
Color information
#9FBC76 (or 0x9FBC76) is known color: Olivine. HEX triplet: 9F, BC and 76. RGB value is (159,188,118). Sum of RGB (Red+Green+Blue) = 159+188+118=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC76 is #604389. Grayscale: #ABABAB. Windows color (decimal): -6308746 or 7781535. OLE color: 7781535.
HSL color Cylindrical-coordinate representation of color #9FBC76: hue angle of 84.86º 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 #9FBC76 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 118 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.26 |
| HSL | 84.86º | 0.34% | 0.6% | - |
| HSV(B) | 84.86º | 0.37% | 0.74% | - |
| XYZ | 35.55 | 44.65 | 23.88 | - |
| YUV | 171.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 118 | 0.15 | 0 | 0.37 | 0.26 | 84.86 | 0.34 | 0.6 |
| Hex | 9F | BC | 76 | F | 0 | 25 | 1A | 55 | 22 | 3C |
| Octal | 237 | 274 | 166 | 17 | 0 | 45 | 32 | 125 | 42 | 74 |
| Binary | 10011111 | 10111100 | 1110110 | 1111 | 0 | 100101 | 11010 | 1010101 | 100010 | 111100 |
Color Harmonies of #9FBC76
Complementary color
Monochromatic Colors of #9FBC76
Black with #9FBC76
Text Example
Text Example
White with #9FBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC76; }
p { color: rgb(159,188,118); }
H1.HeaderClassName
{
color: #9FBC76;
}
.AnyTagClassName
{
color: #9FBC76;
}
</style>
background-color css
<style>
a { background-color: #9FBC76; }
a { background-color: rgb(159,188,118); }
div.DivClassName
{
background-color: #9FBC76;
}
.BgClassName
{
background-color: #9FBC76;
}
</style>
border-color css
<style>
span { border-color: #9FBC76; }
span { border-color: rgb(159,188,118); }
td.TdClassName
{
border-color: #9FBC76;
}
.TagClassName
{
border-color: #9FBC76;
}
</style>