Shades of Olivine #9FB87B
Tints of Olivine #9FB87B
RGB
CMYK
RGB Variations
Color information
#9FB87B (or 0x9FB87B) is known color: Olivine. HEX triplet: 9F, B8 and 7B. RGB value is (159,184,123). Sum of RGB (Red+Green+Blue) = 159+184+123=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB87B is #604784. Grayscale: #A9A9A9. Windows color (decimal): -6309765 or 8108191. OLE color: 8108191.
HSL color Cylindrical-coordinate representation of color #9FB87B: hue angle of 84.59º 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 #9FB87B is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 123 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.28 |
| HSL | 84.59º | 0.3% | 0.6% | - |
| HSV(B) | 84.59º | 0.33% | 0.72% | - |
| XYZ | 35.01 | 43.08 | 25.21 | - |
| YUV | 169.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 123 | 0.14 | 0 | 0.33 | 0.28 | 84.59 | 0.3 | 0.6 |
| Hex | 9F | B8 | 7B | E | 0 | 21 | 1C | 55 | 1E | 3C |
| Octal | 237 | 270 | 173 | 16 | 0 | 41 | 34 | 125 | 36 | 74 |
| Binary | 10011111 | 10111000 | 1111011 | 1110 | 0 | 100001 | 11100 | 1010101 | 11110 | 111100 |
Color Harmonies of #9FB87B
Complementary color
Monochromatic Colors of #9FB87B
Black with #9FB87B
Text Example
Text Example
White with #9FB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB87B; }
p { color: rgb(159,184,123); }
H1.HeaderClassName
{
color: #9FB87B;
}
.AnyTagClassName
{
color: #9FB87B;
}
</style>
background-color css
<style>
a { background-color: #9FB87B; }
a { background-color: rgb(159,184,123); }
div.DivClassName
{
background-color: #9FB87B;
}
.BgClassName
{
background-color: #9FB87B;
}
</style>
border-color css
<style>
span { border-color: #9FB87B; }
span { border-color: rgb(159,184,123); }
td.TdClassName
{
border-color: #9FB87B;
}
.TagClassName
{
border-color: #9FB87B;
}
</style>