Shades of Olivine #9FBA71
Tints of Olivine #9FBA71
RGB
CMYK
RGB Variations
Color information
#9FBA71 (or 0x9FBA71) is known color: Olivine. HEX triplet: 9F, BA and 71. RGB value is (159,186,113). Sum of RGB (Red+Green+Blue) = 159+186+113=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA71 is #60458E. Grayscale: #A9A9A9. Windows color (decimal): -6309263 or 7453343. OLE color: 7453343.
HSL color Cylindrical-coordinate representation of color #9FBA71: hue angle of 82.19º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FBA71 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 113 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.27 |
| HSL | 82.19º | 0.35% | 0.59% | - |
| HSV(B) | 82.19º | 0.39% | 0.73% | - |
| XYZ | 34.84 | 43.68 | 22.22 | - |
| YUV | 169.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 113 | 0.15 | 0 | 0.39 | 0.27 | 82.19 | 0.35 | 0.59 |
| Hex | 9F | BA | 71 | F | 0 | 27 | 1B | 52 | 23 | 3B |
| Octal | 237 | 272 | 161 | 17 | 0 | 47 | 33 | 122 | 43 | 73 |
| Binary | 10011111 | 10111010 | 1110001 | 1111 | 0 | 100111 | 11011 | 1010010 | 100011 | 111011 |
Color Harmonies of #9FBA71
Complementary color
Monochromatic Colors of #9FBA71
Black with #9FBA71
Text Example
Text Example
White with #9FBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA71; }
p { color: rgb(159,186,113); }
H1.HeaderClassName
{
color: #9FBA71;
}
.AnyTagClassName
{
color: #9FBA71;
}
</style>
background-color css
<style>
a { background-color: #9FBA71; }
a { background-color: rgb(159,186,113); }
div.DivClassName
{
background-color: #9FBA71;
}
.BgClassName
{
background-color: #9FBA71;
}
</style>
border-color css
<style>
span { border-color: #9FBA71; }
span { border-color: rgb(159,186,113); }
td.TdClassName
{
border-color: #9FBA71;
}
.TagClassName
{
border-color: #9FBA71;
}
</style>