Shades of Olivine #9FB47D
Tints of Olivine #9FB47D
RGB
CMYK
RGB Variations
Color information
#9FB47D (or 0x9FB47D) is known color: Olivine. HEX triplet: 9F, B4 and 7D. RGB value is (159,180,125). Sum of RGB (Red+Green+Blue) = 159+180+125=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB47D is #604B82. Grayscale: #A7A7A7. Windows color (decimal): -6310787 or 8238239. OLE color: 8238239.
HSL color Cylindrical-coordinate representation of color #9FB47D: hue angle of 82.91º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FB47D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 125 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.29 |
| HSL | 82.91º | 0.27% | 0.6% | - |
| HSV(B) | 82.91º | 0.31% | 0.71% | - |
| XYZ | 34.32 | 41.49 | 25.6 | - |
| YUV | 167.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 125 | 0.12 | 0 | 0.31 | 0.29 | 82.91 | 0.27 | 0.6 |
| Hex | 9F | B4 | 7D | C | 0 | 1F | 1D | 53 | 1B | 3C |
| Octal | 237 | 264 | 175 | 14 | 0 | 37 | 35 | 123 | 33 | 74 |
| Binary | 10011111 | 10110100 | 1111101 | 1100 | 0 | 11111 | 11101 | 1010011 | 11011 | 111100 |
Color Harmonies of #9FB47D
Complementary color
Monochromatic Colors of #9FB47D
Black with #9FB47D
Text Example
Text Example
White with #9FB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB47D; }
p { color: rgb(159,180,125); }
H1.HeaderClassName
{
color: #9FB47D;
}
.AnyTagClassName
{
color: #9FB47D;
}
</style>
background-color css
<style>
a { background-color: #9FB47D; }
a { background-color: rgb(159,180,125); }
div.DivClassName
{
background-color: #9FB47D;
}
.BgClassName
{
background-color: #9FB47D;
}
</style>
border-color css
<style>
span { border-color: #9FB47D; }
span { border-color: rgb(159,180,125); }
td.TdClassName
{
border-color: #9FB47D;
}
.TagClassName
{
border-color: #9FB47D;
}
</style>