Shades of Olivine #9FB47F
Tints of Olivine #9FB47F
RGB
CMYK
RGB Variations
Color information
#9FB47F (or 0x9FB47F) is known color: Olivine. HEX triplet: 9F, B4 and 7F. RGB value is (159,180,127). Sum of RGB (Red+Green+Blue) = 159+180+127=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB47F is #604B80. Grayscale: #A7A7A7. Windows color (decimal): -6310785 or 8369311. OLE color: 8369311.
HSL color Cylindrical-coordinate representation of color #9FB47F: hue angle of 83.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB47F is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 127 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.29 |
| HSL | 83.77º | 0.26% | 0.6% | - |
| HSV(B) | 83.77º | 0.29% | 0.71% | - |
| XYZ | 34.45 | 41.55 | 26.28 | - |
| YUV | 167.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 127 | 0.12 | 0 | 0.29 | 0.29 | 83.77 | 0.26 | 0.6 |
| Hex | 9F | B4 | 7F | C | 0 | 1D | 1D | 54 | 1A | 3C |
| Octal | 237 | 264 | 177 | 14 | 0 | 35 | 35 | 124 | 32 | 74 |
| Binary | 10011111 | 10110100 | 1111111 | 1100 | 0 | 11101 | 11101 | 1010100 | 11010 | 111100 |
Color Harmonies of #9FB47F
Complementary color
Monochromatic Colors of #9FB47F
Black with #9FB47F
Text Example
Text Example
White with #9FB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB47F; }
p { color: rgb(159,180,127); }
H1.HeaderClassName
{
color: #9FB47F;
}
.AnyTagClassName
{
color: #9FB47F;
}
</style>
background-color css
<style>
a { background-color: #9FB47F; }
a { background-color: rgb(159,180,127); }
div.DivClassName
{
background-color: #9FB47F;
}
.BgClassName
{
background-color: #9FB47F;
}
</style>
border-color css
<style>
span { border-color: #9FB47F; }
span { border-color: rgb(159,180,127); }
td.TdClassName
{
border-color: #9FB47F;
}
.TagClassName
{
border-color: #9FB47F;
}
</style>