Shades of Olivine #9FB874
Tints of Olivine #9FB874
RGB
CMYK
RGB Variations
Color information
#9FB874 (or 0x9FB874) is known color: Olivine. HEX triplet: 9F, B8 and 74. RGB value is (159,184,116). Sum of RGB (Red+Green+Blue) = 159+184+116=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB874 is #60478B. Grayscale: #A9A9A9. Windows color (decimal): -6309772 or 7649439. OLE color: 7649439.
HSL color Cylindrical-coordinate representation of color #9FB874: hue angle of 82.06º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB874 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 116 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.28 |
| HSL | 82.06º | 0.32% | 0.59% | - |
| HSV(B) | 82.06º | 0.37% | 0.72% | - |
| XYZ | 34.59 | 42.91 | 22.98 | - |
| YUV | 168.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 116 | 0.14 | 0 | 0.37 | 0.28 | 82.06 | 0.32 | 0.59 |
| Hex | 9F | B8 | 74 | E | 0 | 25 | 1C | 52 | 20 | 3B |
| Octal | 237 | 270 | 164 | 16 | 0 | 45 | 34 | 122 | 40 | 73 |
| Binary | 10011111 | 10111000 | 1110100 | 1110 | 0 | 100101 | 11100 | 1010010 | 100000 | 111011 |
Color Harmonies of #9FB874
Complementary color
Monochromatic Colors of #9FB874
Black with #9FB874
Text Example
Text Example
White with #9FB874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB874; }
p { color: rgb(159,184,116); }
H1.HeaderClassName
{
color: #9FB874;
}
.AnyTagClassName
{
color: #9FB874;
}
</style>
background-color css
<style>
a { background-color: #9FB874; }
a { background-color: rgb(159,184,116); }
div.DivClassName
{
background-color: #9FB874;
}
.BgClassName
{
background-color: #9FB874;
}
</style>
border-color css
<style>
span { border-color: #9FB874; }
span { border-color: rgb(159,184,116); }
td.TdClassName
{
border-color: #9FB874;
}
.TagClassName
{
border-color: #9FB874;
}
</style>