Shades of Olivine #9FB766
Tints of Olivine #9FB766
RGB
CMYK
RGB Variations
Color information
#9FB766 (or 0x9FB766) is known color: Olivine. HEX triplet: 9F, B7 and 66. RGB value is (159,183,102). Sum of RGB (Red+Green+Blue) = 159+183+102=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB766 is #604899. Grayscale: #A6A6A6. Windows color (decimal): -6310042 or 6731679. OLE color: 6731679.
HSL color Cylindrical-coordinate representation of color #9FB766: hue angle of 77.78º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FB766 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 102 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.28 |
| HSL | 77.78º | 0.36% | 0.56% | - |
| HSV(B) | 77.78º | 0.44% | 0.72% | - |
| XYZ | 33.63 | 42.2 | 18.94 | - |
| YUV | 166.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 102 | 0.13 | 0 | 0.44 | 0.28 | 77.78 | 0.36 | 0.56 |
| Hex | 9F | B7 | 66 | D | 0 | 2C | 1C | 4E | 24 | 38 |
| Octal | 237 | 267 | 146 | 15 | 0 | 54 | 34 | 116 | 44 | 70 |
| Binary | 10011111 | 10110111 | 1100110 | 1101 | 0 | 101100 | 11100 | 1001110 | 100100 | 111000 |
Color Harmonies of #9FB766
Complementary color
Monochromatic Colors of #9FB766
Black with #9FB766
Text Example
Text Example
White with #9FB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB766; }
p { color: rgb(159,183,102); }
H1.HeaderClassName
{
color: #9FB766;
}
.AnyTagClassName
{
color: #9FB766;
}
</style>
background-color css
<style>
a { background-color: #9FB766; }
a { background-color: rgb(159,183,102); }
div.DivClassName
{
background-color: #9FB766;
}
.BgClassName
{
background-color: #9FB766;
}
</style>
border-color css
<style>
span { border-color: #9FB766; }
span { border-color: rgb(159,183,102); }
td.TdClassName
{
border-color: #9FB766;
}
.TagClassName
{
border-color: #9FB766;
}
</style>