Shades of Olivine #9FB779
Tints of Olivine #9FB779
RGB
CMYK
RGB Variations
Color information
#9FB779 (or 0x9FB779) is known color: Olivine. HEX triplet: 9F, B7 and 79. RGB value is (159,183,121). Sum of RGB (Red+Green+Blue) = 159+183+121=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB779 is #604886. Grayscale: #A8A8A8. Windows color (decimal): -6310023 or 7976863. OLE color: 7976863.
HSL color Cylindrical-coordinate representation of color #9FB779: hue angle of 83.23º degrees, saturation: 0.3, 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 #9FB779 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 121 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.28 |
| HSL | 83.23º | 0.3% | 0.6% | - |
| HSV(B) | 83.23º | 0.34% | 0.72% | - |
| XYZ | 34.68 | 42.62 | 24.49 | - |
| YUV | 168.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 121 | 0.13 | 0 | 0.34 | 0.28 | 83.23 | 0.3 | 0.6 |
| Hex | 9F | B7 | 79 | D | 0 | 22 | 1C | 53 | 1E | 3C |
| Octal | 237 | 267 | 171 | 15 | 0 | 42 | 34 | 123 | 36 | 74 |
| Binary | 10011111 | 10110111 | 1111001 | 1101 | 0 | 100010 | 11100 | 1010011 | 11110 | 111100 |
Color Harmonies of #9FB779
Complementary color
Monochromatic Colors of #9FB779
Black with #9FB779
Text Example
Text Example
White with #9FB779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB779; }
p { color: rgb(159,183,121); }
H1.HeaderClassName
{
color: #9FB779;
}
.AnyTagClassName
{
color: #9FB779;
}
</style>
background-color css
<style>
a { background-color: #9FB779; }
a { background-color: rgb(159,183,121); }
div.DivClassName
{
background-color: #9FB779;
}
.BgClassName
{
background-color: #9FB779;
}
</style>
border-color css
<style>
span { border-color: #9FB779; }
span { border-color: rgb(159,183,121); }
td.TdClassName
{
border-color: #9FB779;
}
.TagClassName
{
border-color: #9FB779;
}
</style>