Shades of Olivine #9FB878
Tints of Olivine #9FB878
RGB
CMYK
RGB Variations
Color information
#9FB878 (or 0x9FB878) is known color: Olivine. HEX triplet: 9F, B8 and 78. RGB value is (159,184,120). Sum of RGB (Red+Green+Blue) = 159+184+120=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB878 is #604787. Grayscale: #A9A9A9. Windows color (decimal): -6309768 or 7911583. OLE color: 7911583.
HSL color Cylindrical-coordinate representation of color #9FB878: hue angle of 83.44º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FB878 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 120 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.28 |
| HSL | 83.44º | 0.31% | 0.6% | - |
| HSV(B) | 83.44º | 0.35% | 0.72% | - |
| XYZ | 34.83 | 43.01 | 24.24 | - |
| YUV | 169.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 120 | 0.14 | 0 | 0.35 | 0.28 | 83.44 | 0.31 | 0.6 |
| Hex | 9F | B8 | 78 | E | 0 | 23 | 1C | 53 | 1F | 3C |
| Octal | 237 | 270 | 170 | 16 | 0 | 43 | 34 | 123 | 37 | 74 |
| Binary | 10011111 | 10111000 | 1111000 | 1110 | 0 | 100011 | 11100 | 1010011 | 11111 | 111100 |
Color Harmonies of #9FB878
Complementary color
Monochromatic Colors of #9FB878
Black with #9FB878
Text Example
Text Example
White with #9FB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB878; }
p { color: rgb(159,184,120); }
H1.HeaderClassName
{
color: #9FB878;
}
.AnyTagClassName
{
color: #9FB878;
}
</style>
background-color css
<style>
a { background-color: #9FB878; }
a { background-color: rgb(159,184,120); }
div.DivClassName
{
background-color: #9FB878;
}
.BgClassName
{
background-color: #9FB878;
}
</style>
border-color css
<style>
span { border-color: #9FB878; }
span { border-color: rgb(159,184,120); }
td.TdClassName
{
border-color: #9FB878;
}
.TagClassName
{
border-color: #9FB878;
}
</style>