Shades of Olivine #9FB47E
Tints of Olivine #9FB47E
RGB
CMYK
RGB Variations
Color information
#9FB47E (or 0x9FB47E) is known color: Olivine. HEX triplet: 9F, B4 and 7E. RGB value is (159,180,126). Sum of RGB (Red+Green+Blue) = 159+180+126=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB47E is #604B81. Grayscale: #A7A7A7. Windows color (decimal): -6310786 or 8303775. OLE color: 8303775.
HSL color Cylindrical-coordinate representation of color #9FB47E: hue angle of 83.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FB47E is Cyan = 0.12, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 126 | - |
| CMYK | 0.12 | 0 | 0.3 | 0.29 |
| HSL | 83.33º | 0.26% | 0.6% | - |
| HSV(B) | 83.33º | 0.3% | 0.71% | - |
| XYZ | 34.39 | 41.52 | 25.94 | - |
| YUV | 167.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 126 | 0.12 | 0 | 0.3 | 0.29 | 83.33 | 0.26 | 0.6 |
| Hex | 9F | B4 | 7E | C | 0 | 1E | 1D | 53 | 1A | 3C |
| Octal | 237 | 264 | 176 | 14 | 0 | 36 | 35 | 123 | 32 | 74 |
| Binary | 10011111 | 10110100 | 1111110 | 1100 | 0 | 11110 | 11101 | 1010011 | 11010 | 111100 |
Color Harmonies of #9FB47E
Complementary color
Monochromatic Colors of #9FB47E
Black with #9FB47E
Text Example
Text Example
White with #9FB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB47E; }
p { color: rgb(159,180,126); }
H1.HeaderClassName
{
color: #9FB47E;
}
.AnyTagClassName
{
color: #9FB47E;
}
</style>
background-color css
<style>
a { background-color: #9FB47E; }
a { background-color: rgb(159,180,126); }
div.DivClassName
{
background-color: #9FB47E;
}
.BgClassName
{
background-color: #9FB47E;
}
</style>
border-color css
<style>
span { border-color: #9FB47E; }
span { border-color: rgb(159,180,126); }
td.TdClassName
{
border-color: #9FB47E;
}
.TagClassName
{
border-color: #9FB47E;
}
</style>