Shades of Olivine #9FB87C
Tints of Olivine #9FB87C
RGB
CMYK
RGB Variations
Color information
#9FB87C (or 0x9FB87C) is known color: Olivine. HEX triplet: 9F, B8 and 7C. RGB value is (159,184,124). Sum of RGB (Red+Green+Blue) = 159+184+124=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB87C is #604783. Grayscale: #A9A9A9. Windows color (decimal): -6309764 or 8173727. OLE color: 8173727.
HSL color Cylindrical-coordinate representation of color #9FB87C: hue angle of 85º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB87C is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 124 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.28 |
| HSL | 85º | 0.3% | 0.6% | - |
| HSV(B) | 85º | 0.33% | 0.72% | - |
| XYZ | 35.08 | 43.11 | 25.54 | - |
| YUV | 169.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 124 | 0.14 | 0 | 0.33 | 0.28 | 85 | 0.3 | 0.6 |
| Hex | 9F | B8 | 7C | E | 0 | 21 | 1C | 55 | 1E | 3C |
| Octal | 237 | 270 | 174 | 16 | 0 | 41 | 34 | 125 | 36 | 74 |
| Binary | 10011111 | 10111000 | 1111100 | 1110 | 0 | 100001 | 11100 | 1010101 | 11110 | 111100 |
Color Harmonies of #9FB87C
Complementary color
Monochromatic Colors of #9FB87C
Black with #9FB87C
Text Example
Text Example
White with #9FB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB87C; }
p { color: rgb(159,184,124); }
H1.HeaderClassName
{
color: #9FB87C;
}
.AnyTagClassName
{
color: #9FB87C;
}
</style>
background-color css
<style>
a { background-color: #9FB87C; }
a { background-color: rgb(159,184,124); }
div.DivClassName
{
background-color: #9FB87C;
}
.BgClassName
{
background-color: #9FB87C;
}
</style>
border-color css
<style>
span { border-color: #9FB87C; }
span { border-color: rgb(159,184,124); }
td.TdClassName
{
border-color: #9FB87C;
}
.TagClassName
{
border-color: #9FB87C;
}
</style>