Shades of Olivine #9FB772
Tints of Olivine #9FB772
RGB
CMYK
RGB Variations
Color information
#9FB772 (or 0x9FB772) is known color: Olivine. HEX triplet: 9F, B7 and 72. RGB value is (159,183,114). Sum of RGB (Red+Green+Blue) = 159+183+114=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB772 is #60488D. Grayscale: #A8A8A8. Windows color (decimal): -6310030 or 7518111. OLE color: 7518111.
HSL color Cylindrical-coordinate representation of color #9FB772: hue angle of 80.87º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB772 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 114 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.28 |
| HSL | 80.87º | 0.32% | 0.58% | - |
| HSV(B) | 80.87º | 0.38% | 0.72% | - |
| XYZ | 34.27 | 42.45 | 22.31 | - |
| YUV | 167.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 114 | 0.13 | 0 | 0.38 | 0.28 | 80.87 | 0.32 | 0.58 |
| Hex | 9F | B7 | 72 | D | 0 | 26 | 1C | 51 | 20 | 3A |
| Octal | 237 | 267 | 162 | 15 | 0 | 46 | 34 | 121 | 40 | 72 |
| Binary | 10011111 | 10110111 | 1110010 | 1101 | 0 | 100110 | 11100 | 1010001 | 100000 | 111010 |
Color Harmonies of #9FB772
Complementary color
Monochromatic Colors of #9FB772
Black with #9FB772
Text Example
Text Example
White with #9FB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB772; }
p { color: rgb(159,183,114); }
H1.HeaderClassName
{
color: #9FB772;
}
.AnyTagClassName
{
color: #9FB772;
}
</style>
background-color css
<style>
a { background-color: #9FB772; }
a { background-color: rgb(159,183,114); }
div.DivClassName
{
background-color: #9FB772;
}
.BgClassName
{
background-color: #9FB772;
}
</style>
border-color css
<style>
span { border-color: #9FB772; }
span { border-color: rgb(159,183,114); }
td.TdClassName
{
border-color: #9FB772;
}
.TagClassName
{
border-color: #9FB772;
}
</style>