Shades of Olivine #9FB87F
Tints of Olivine #9FB87F
RGB
CMYK
RGB Variations
Color information
#9FB87F (or 0x9FB87F) is known color: Olivine. HEX triplet: 9F, B8 and 7F. RGB value is (159,184,127). Sum of RGB (Red+Green+Blue) = 159+184+127=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB87F is #604780. Grayscale: #AAAAAA. Windows color (decimal): -6309761 or 8370335. OLE color: 8370335.
HSL color Cylindrical-coordinate representation of color #9FB87F: hue angle of 86.32º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FB87F is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 127 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.28 |
| HSL | 86.32º | 0.29% | 0.61% | - |
| HSV(B) | 86.32º | 0.31% | 0.72% | - |
| XYZ | 35.27 | 43.18 | 26.56 | - |
| YUV | 170.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 127 | 0.14 | 0 | 0.31 | 0.28 | 86.32 | 0.29 | 0.61 |
| Hex | 9F | B8 | 7F | E | 0 | 1F | 1C | 56 | 1D | 3D |
| Octal | 237 | 270 | 177 | 16 | 0 | 37 | 34 | 126 | 35 | 75 |
| Binary | 10011111 | 10111000 | 1111111 | 1110 | 0 | 11111 | 11100 | 1010110 | 11101 | 111101 |
Color Harmonies of #9FB87F
Complementary color
Monochromatic Colors of #9FB87F
Black with #9FB87F
Text Example
Text Example
White with #9FB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB87F; }
p { color: rgb(159,184,127); }
H1.HeaderClassName
{
color: #9FB87F;
}
.AnyTagClassName
{
color: #9FB87F;
}
</style>
background-color css
<style>
a { background-color: #9FB87F; }
a { background-color: rgb(159,184,127); }
div.DivClassName
{
background-color: #9FB87F;
}
.BgClassName
{
background-color: #9FB87F;
}
</style>
border-color css
<style>
span { border-color: #9FB87F; }
span { border-color: rgb(159,184,127); }
td.TdClassName
{
border-color: #9FB87F;
}
.TagClassName
{
border-color: #9FB87F;
}
</style>