Shades of Olivine #9FB471
Tints of Olivine #9FB471
RGB
CMYK
RGB Variations
Color information
#9FB471 (or 0x9FB471) is known color: Olivine. HEX triplet: 9F, B4 and 71. RGB value is (159,180,113). Sum of RGB (Red+Green+Blue) = 159+180+113=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB471 is #604B8E. Grayscale: #A6A6A6. Windows color (decimal): -6310799 or 7451807. OLE color: 7451807.
HSL color Cylindrical-coordinate representation of color #9FB471: hue angle of 78.81º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB471 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 113 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.29 |
| HSL | 78.81º | 0.31% | 0.57% | - |
| HSV(B) | 78.81º | 0.37% | 0.71% | - |
| XYZ | 33.6 | 41.21 | 21.81 | - |
| YUV | 166.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 113 | 0.12 | 0 | 0.37 | 0.29 | 78.81 | 0.31 | 0.57 |
| Hex | 9F | B4 | 71 | C | 0 | 25 | 1D | 4F | 1F | 39 |
| Octal | 237 | 264 | 161 | 14 | 0 | 45 | 35 | 117 | 37 | 71 |
| Binary | 10011111 | 10110100 | 1110001 | 1100 | 0 | 100101 | 11101 | 1001111 | 11111 | 111001 |
Color Harmonies of #9FB471
Complementary color
Monochromatic Colors of #9FB471
Black with #9FB471
Text Example
Text Example
White with #9FB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB471; }
p { color: rgb(159,180,113); }
H1.HeaderClassName
{
color: #9FB471;
}
.AnyTagClassName
{
color: #9FB471;
}
</style>
background-color css
<style>
a { background-color: #9FB471; }
a { background-color: rgb(159,180,113); }
div.DivClassName
{
background-color: #9FB471;
}
.BgClassName
{
background-color: #9FB471;
}
</style>
border-color css
<style>
span { border-color: #9FB471; }
span { border-color: rgb(159,180,113); }
td.TdClassName
{
border-color: #9FB471;
}
.TagClassName
{
border-color: #9FB471;
}
</style>