Shades of Olivine #9FB879
Tints of Olivine #9FB879
RGB
CMYK
RGB Variations
Color information
#9FB879 (or 0x9FB879) is known color: Olivine. HEX triplet: 9F, B8 and 79. RGB value is (159,184,121). Sum of RGB (Red+Green+Blue) = 159+184+121=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB879 is #604786. Grayscale: #A9A9A9. Windows color (decimal): -6309767 or 7977119. OLE color: 7977119.
HSL color Cylindrical-coordinate representation of color #9FB879: hue angle of 83.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FB879 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 121 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.28 |
| HSL | 83.81º | 0.31% | 0.6% | - |
| HSV(B) | 83.81º | 0.34% | 0.72% | - |
| XYZ | 34.89 | 43.03 | 24.56 | - |
| YUV | 169.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 121 | 0.14 | 0 | 0.34 | 0.28 | 83.81 | 0.31 | 0.6 |
| Hex | 9F | B8 | 79 | E | 0 | 22 | 1C | 54 | 1F | 3C |
| Octal | 237 | 270 | 171 | 16 | 0 | 42 | 34 | 124 | 37 | 74 |
| Binary | 10011111 | 10111000 | 1111001 | 1110 | 0 | 100010 | 11100 | 1010100 | 11111 | 111100 |
Color Harmonies of #9FB879
Complementary color
Monochromatic Colors of #9FB879
Black with #9FB879
Text Example
Text Example
White with #9FB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB879; }
p { color: rgb(159,184,121); }
H1.HeaderClassName
{
color: #9FB879;
}
.AnyTagClassName
{
color: #9FB879;
}
</style>
background-color css
<style>
a { background-color: #9FB879; }
a { background-color: rgb(159,184,121); }
div.DivClassName
{
background-color: #9FB879;
}
.BgClassName
{
background-color: #9FB879;
}
</style>
border-color css
<style>
span { border-color: #9FB879; }
span { border-color: rgb(159,184,121); }
td.TdClassName
{
border-color: #9FB879;
}
.TagClassName
{
border-color: #9FB879;
}
</style>