Shades of Olivine #9FB170
Tints of Olivine #9FB170
RGB
CMYK
RGB Variations
Color information
#9FB170 (or 0x9FB170) is known color: Olivine. HEX triplet: 9F, B1 and 70. RGB value is (159,177,112). Sum of RGB (Red+Green+Blue) = 159+177+112=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB170 is #604E8F. Grayscale: #A4A4A4. Windows color (decimal): -6311568 or 7385503. OLE color: 7385503.
HSL color Cylindrical-coordinate representation of color #9FB170: hue angle of 76.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB170 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 112 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.31 |
| HSL | 76.62º | 0.29% | 0.57% | - |
| HSV(B) | 76.62º | 0.37% | 0.69% | - |
| XYZ | 32.94 | 39.99 | 21.31 | - |
| YUV | 164.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 112 | 0.10 | 0 | 0.37 | 0.31 | 76.62 | 0.29 | 0.57 |
| Hex | 9F | B1 | 70 | A | 0 | 25 | 1F | 4D | 1D | 39 |
| Octal | 237 | 261 | 160 | 12 | 0 | 45 | 37 | 115 | 35 | 71 |
| Binary | 10011111 | 10110001 | 1110000 | 1010 | 0 | 100101 | 11111 | 1001101 | 11101 | 111001 |
Color Harmonies of #9FB170
Complementary color
Monochromatic Colors of #9FB170
Black with #9FB170
Text Example
Text Example
White with #9FB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB170; }
p { color: rgb(159,177,112); }
H1.HeaderClassName
{
color: #9FB170;
}
.AnyTagClassName
{
color: #9FB170;
}
</style>
background-color css
<style>
a { background-color: #9FB170; }
a { background-color: rgb(159,177,112); }
div.DivClassName
{
background-color: #9FB170;
}
.BgClassName
{
background-color: #9FB170;
}
</style>
border-color css
<style>
span { border-color: #9FB170; }
span { border-color: rgb(159,177,112); }
td.TdClassName
{
border-color: #9FB170;
}
.TagClassName
{
border-color: #9FB170;
}
</style>