Shades of Olivine #9FB865
Tints of Olivine #9FB865
RGB
CMYK
RGB Variations
Color information
#9FB865 (or 0x9FB865) is known color: Olivine. HEX triplet: 9F, B8 and 65. RGB value is (159,184,101). Sum of RGB (Red+Green+Blue) = 159+184+101=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB865 is #60479A. Grayscale: #A7A7A7. Windows color (decimal): -6309787 or 6666399. OLE color: 6666399.
HSL color Cylindrical-coordinate representation of color #9FB865: hue angle of 78.07º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FB865 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 101 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.28 |
| HSL | 78.07º | 0.37% | 0.56% | - |
| HSV(B) | 78.07º | 0.45% | 0.72% | - |
| XYZ | 33.79 | 42.59 | 18.75 | - |
| YUV | 167.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 101 | 0.14 | 0 | 0.45 | 0.28 | 78.07 | 0.37 | 0.56 |
| Hex | 9F | B8 | 65 | E | 0 | 2D | 1C | 4E | 25 | 38 |
| Octal | 237 | 270 | 145 | 16 | 0 | 55 | 34 | 116 | 45 | 70 |
| Binary | 10011111 | 10111000 | 1100101 | 1110 | 0 | 101101 | 11100 | 1001110 | 100101 | 111000 |
Color Harmonies of #9FB865
Complementary color
Monochromatic Colors of #9FB865
Black with #9FB865
Text Example
Text Example
White with #9FB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB865; }
p { color: rgb(159,184,101); }
H1.HeaderClassName
{
color: #9FB865;
}
.AnyTagClassName
{
color: #9FB865;
}
</style>
background-color css
<style>
a { background-color: #9FB865; }
a { background-color: rgb(159,184,101); }
div.DivClassName
{
background-color: #9FB865;
}
.BgClassName
{
background-color: #9FB865;
}
</style>
border-color css
<style>
span { border-color: #9FB865; }
span { border-color: rgb(159,184,101); }
td.TdClassName
{
border-color: #9FB865;
}
.TagClassName
{
border-color: #9FB865;
}
</style>