Shades of Olivine #9FBF71
Tints of Olivine #9FBF71
RGB
CMYK
RGB Variations
Color information
#9FBF71 (or 0x9FBF71) is known color: Olivine. HEX triplet: 9F, BF and 71. RGB value is (159,191,113). Sum of RGB (Red+Green+Blue) = 159+191+113=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF71 is #60408E. Grayscale: #ACACAC. Windows color (decimal): -6307983 or 7454623. OLE color: 7454623.
HSL color Cylindrical-coordinate representation of color #9FBF71: hue angle of 84.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FBF71 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 113 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.25 |
| HSL | 84.62º | 0.38% | 0.6% | - |
| HSV(B) | 84.62º | 0.41% | 0.75% | - |
| XYZ | 35.91 | 45.82 | 22.58 | - |
| YUV | 172.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 113 | 0.17 | 0 | 0.41 | 0.25 | 84.62 | 0.38 | 0.6 |
| Hex | 9F | BF | 71 | 11 | 0 | 29 | 19 | 55 | 26 | 3C |
| Octal | 237 | 277 | 161 | 21 | 0 | 51 | 31 | 125 | 46 | 74 |
| Binary | 10011111 | 10111111 | 1110001 | 10001 | 0 | 101001 | 11001 | 1010101 | 100110 | 111100 |
Color Harmonies of #9FBF71
Complementary color
Monochromatic Colors of #9FBF71
Black with #9FBF71
Text Example
Text Example
White with #9FBF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF71; }
p { color: rgb(159,191,113); }
H1.HeaderClassName
{
color: #9FBF71;
}
.AnyTagClassName
{
color: #9FBF71;
}
</style>
background-color css
<style>
a { background-color: #9FBF71; }
a { background-color: rgb(159,191,113); }
div.DivClassName
{
background-color: #9FBF71;
}
.BgClassName
{
background-color: #9FBF71;
}
</style>
border-color css
<style>
span { border-color: #9FBF71; }
span { border-color: rgb(159,191,113); }
td.TdClassName
{
border-color: #9FBF71;
}
.TagClassName
{
border-color: #9FBF71;
}
</style>