Shades of Olivine #9FB181
Tints of Olivine #9FB181
RGB
CMYK
RGB Variations
Color information
#9FB181 (or 0x9FB181) is known color: Olivine. HEX triplet: 9F, B1 and 81. RGB value is (159,177,129). Sum of RGB (Red+Green+Blue) = 159+177+129=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB181 is #604E7E. Grayscale: #A6A6A6. Windows color (decimal): -6311551 or 8499615. OLE color: 8499615.
HSL color Cylindrical-coordinate representation of color #9FB181: hue angle of 82.5º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FB181 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 129 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.31 |
| HSL | 82.5º | 0.24% | 0.6% | - |
| HSV(B) | 82.5º | 0.27% | 0.69% | - |
| XYZ | 33.98 | 40.4 | 26.78 | - |
| YUV | 166.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 129 | 0.10 | 0 | 0.27 | 0.31 | 82.5 | 0.24 | 0.6 |
| Hex | 9F | B1 | 81 | A | 0 | 1B | 1F | 52 | 18 | 3C |
| Octal | 237 | 261 | 201 | 12 | 0 | 33 | 37 | 122 | 30 | 74 |
| Binary | 10011111 | 10110001 | 10000001 | 1010 | 0 | 11011 | 11111 | 1010010 | 11000 | 111100 |
Color Harmonies of #9FB181
Complementary color
Monochromatic Colors of #9FB181
Black with #9FB181
Text Example
Text Example
White with #9FB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB181; }
p { color: rgb(159,177,129); }
H1.HeaderClassName
{
color: #9FB181;
}
.AnyTagClassName
{
color: #9FB181;
}
</style>
background-color css
<style>
a { background-color: #9FB181; }
a { background-color: rgb(159,177,129); }
div.DivClassName
{
background-color: #9FB181;
}
.BgClassName
{
background-color: #9FB181;
}
</style>
border-color css
<style>
span { border-color: #9FB181; }
span { border-color: rgb(159,177,129); }
td.TdClassName
{
border-color: #9FB181;
}
.TagClassName
{
border-color: #9FB181;
}
</style>