Shades of Olivine #9FB880
Tints of Olivine #9FB880
RGB
CMYK
RGB Variations
Color information
#9FB880 (or 0x9FB880) is known color: Olivine. HEX triplet: 9F, B8 and 80. RGB value is (159,184,128). Sum of RGB (Red+Green+Blue) = 159+184+128=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB880 is #60477F. Grayscale: #AAAAAA. Windows color (decimal): -6309760 or 8435871. OLE color: 8435871.
HSL color Cylindrical-coordinate representation of color #9FB880: hue angle of 86.79º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FB880 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 128 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.28 |
| HSL | 86.79º | 0.28% | 0.61% | - |
| HSV(B) | 86.79º | 0.3% | 0.72% | - |
| XYZ | 35.33 | 43.21 | 26.9 | - |
| YUV | 170.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 128 | 0.14 | 0 | 0.30 | 0.28 | 86.79 | 0.28 | 0.61 |
| Hex | 9F | B8 | 80 | E | 0 | 1E | 1C | 57 | 1C | 3D |
| Octal | 237 | 270 | 200 | 16 | 0 | 36 | 34 | 127 | 34 | 75 |
| Binary | 10011111 | 10111000 | 10000000 | 1110 | 0 | 11110 | 11100 | 1010111 | 11100 | 111101 |
Color Harmonies of #9FB880
Complementary color
Monochromatic Colors of #9FB880
Black with #9FB880
Text Example
Text Example
White with #9FB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB880; }
p { color: rgb(159,184,128); }
H1.HeaderClassName
{
color: #9FB880;
}
.AnyTagClassName
{
color: #9FB880;
}
</style>
background-color css
<style>
a { background-color: #9FB880; }
a { background-color: rgb(159,184,128); }
div.DivClassName
{
background-color: #9FB880;
}
.BgClassName
{
background-color: #9FB880;
}
</style>
border-color css
<style>
span { border-color: #9FB880; }
span { border-color: rgb(159,184,128); }
td.TdClassName
{
border-color: #9FB880;
}
.TagClassName
{
border-color: #9FB880;
}
</style>