Shades of Olivine #9FB864
Tints of Olivine #9FB864
RGB
CMYK
RGB Variations
Color information
#9FB864 (or 0x9FB864) is known color: Olivine. HEX triplet: 9F, B8 and 64. RGB value is (159,184,100). Sum of RGB (Red+Green+Blue) = 159+184+100=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB864 is #60479B. Grayscale: #A7A7A7. Windows color (decimal): -6309788 or 6600863. OLE color: 6600863.
HSL color Cylindrical-coordinate representation of color #9FB864: hue angle of 77.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FB864 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 100 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.28 |
| HSL | 77.86º | 0.37% | 0.56% | - |
| HSV(B) | 77.86º | 0.46% | 0.72% | - |
| XYZ | 33.74 | 42.57 | 18.5 | - |
| YUV | 166.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 100 | 0.14 | 0 | 0.46 | 0.28 | 77.86 | 0.37 | 0.56 |
| Hex | 9F | B8 | 64 | E | 0 | 2E | 1C | 4E | 25 | 38 |
| Octal | 237 | 270 | 144 | 16 | 0 | 56 | 34 | 116 | 45 | 70 |
| Binary | 10011111 | 10111000 | 1100100 | 1110 | 0 | 101110 | 11100 | 1001110 | 100101 | 111000 |
Color Harmonies of #9FB864
Complementary color
Monochromatic Colors of #9FB864
Black with #9FB864
Text Example
Text Example
White with #9FB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB864; }
p { color: rgb(159,184,100); }
H1.HeaderClassName
{
color: #9FB864;
}
.AnyTagClassName
{
color: #9FB864;
}
</style>
background-color css
<style>
a { background-color: #9FB864; }
a { background-color: rgb(159,184,100); }
div.DivClassName
{
background-color: #9FB864;
}
.BgClassName
{
background-color: #9FB864;
}
</style>
border-color css
<style>
span { border-color: #9FB864; }
span { border-color: rgb(159,184,100); }
td.TdClassName
{
border-color: #9FB864;
}
.TagClassName
{
border-color: #9FB864;
}
</style>