Shades of Olivine #9FB178
Tints of Olivine #9FB178
RGB
CMYK
RGB Variations
Color information
#9FB178 (or 0x9FB178) is known color: Olivine. HEX triplet: 9F, B1 and 78. RGB value is (159,177,120). Sum of RGB (Red+Green+Blue) = 159+177+120=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB178 is #604E87. Grayscale: #A5A5A5. Windows color (decimal): -6311560 or 7909791. OLE color: 7909791.
HSL color Cylindrical-coordinate representation of color #9FB178: hue angle of 78.95º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FB178 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 120 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.31 |
| HSL | 78.95º | 0.27% | 0.58% | - |
| HSV(B) | 78.95º | 0.32% | 0.69% | - |
| XYZ | 33.41 | 40.17 | 23.76 | - |
| YUV | 165.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 120 | 0.10 | 0 | 0.32 | 0.31 | 78.95 | 0.27 | 0.58 |
| Hex | 9F | B1 | 78 | A | 0 | 20 | 1F | 4F | 1B | 3A |
| Octal | 237 | 261 | 170 | 12 | 0 | 40 | 37 | 117 | 33 | 72 |
| Binary | 10011111 | 10110001 | 1111000 | 1010 | 0 | 100000 | 11111 | 1001111 | 11011 | 111010 |
Color Harmonies of #9FB178
Complementary color
Monochromatic Colors of #9FB178
Black with #9FB178
Text Example
Text Example
White with #9FB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB178; }
p { color: rgb(159,177,120); }
H1.HeaderClassName
{
color: #9FB178;
}
.AnyTagClassName
{
color: #9FB178;
}
</style>
background-color css
<style>
a { background-color: #9FB178; }
a { background-color: rgb(159,177,120); }
div.DivClassName
{
background-color: #9FB178;
}
.BgClassName
{
background-color: #9FB178;
}
</style>
border-color css
<style>
span { border-color: #9FB178; }
span { border-color: rgb(159,177,120); }
td.TdClassName
{
border-color: #9FB178;
}
.TagClassName
{
border-color: #9FB178;
}
</style>