Shades of Olivine #9FB776
Tints of Olivine #9FB776
RGB
CMYK
RGB Variations
Color information
#9FB776 (or 0x9FB776) is known color: Olivine. HEX triplet: 9F, B7 and 76. RGB value is (159,183,118). Sum of RGB (Red+Green+Blue) = 159+183+118=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB776 is #604889. Grayscale: #A8A8A8. Windows color (decimal): -6310026 or 7780255. OLE color: 7780255.
HSL color Cylindrical-coordinate representation of color #9FB776: hue angle of 82.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FB776 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 118 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.28 |
| HSL | 82.15º | 0.31% | 0.59% | - |
| HSV(B) | 82.15º | 0.36% | 0.72% | - |
| XYZ | 34.5 | 42.55 | 23.53 | - |
| YUV | 168.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 118 | 0.13 | 0 | 0.36 | 0.28 | 82.15 | 0.31 | 0.59 |
| Hex | 9F | B7 | 76 | D | 0 | 24 | 1C | 52 | 1F | 3B |
| Octal | 237 | 267 | 166 | 15 | 0 | 44 | 34 | 122 | 37 | 73 |
| Binary | 10011111 | 10110111 | 1110110 | 1101 | 0 | 100100 | 11100 | 1010010 | 11111 | 111011 |
Color Harmonies of #9FB776
Complementary color
Monochromatic Colors of #9FB776
Black with #9FB776
Text Example
Text Example
White with #9FB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB776; }
p { color: rgb(159,183,118); }
H1.HeaderClassName
{
color: #9FB776;
}
.AnyTagClassName
{
color: #9FB776;
}
</style>
background-color css
<style>
a { background-color: #9FB776; }
a { background-color: rgb(159,183,118); }
div.DivClassName
{
background-color: #9FB776;
}
.BgClassName
{
background-color: #9FB776;
}
</style>
border-color css
<style>
span { border-color: #9FB776; }
span { border-color: rgb(159,183,118); }
td.TdClassName
{
border-color: #9FB776;
}
.TagClassName
{
border-color: #9FB776;
}
</style>