Shades of Olivine #9FB080
Tints of Olivine #9FB080
RGB
CMYK
RGB Variations
Color information
#9FB080 (or 0x9FB080) is known color: Olivine. HEX triplet: 9F, B0 and 80. RGB value is (159,176,128). Sum of RGB (Red+Green+Blue) = 159+176+128=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB080 is #604F7F. Grayscale: #A5A5A5. Windows color (decimal): -6311808 or 8433823. OLE color: 8433823.
HSL color Cylindrical-coordinate representation of color #9FB080: hue angle of 81.25º degrees, saturation: 0.23, 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 #9FB080 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 128 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.31 |
| HSL | 81.25º | 0.23% | 0.6% | - |
| HSV(B) | 81.25º | 0.27% | 0.69% | - |
| XYZ | 33.72 | 39.98 | 26.36 | - |
| YUV | 165.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 128 | 0.10 | 0 | 0.27 | 0.31 | 81.25 | 0.23 | 0.6 |
| Hex | 9F | B0 | 80 | A | 0 | 1B | 1F | 51 | 17 | 3C |
| Octal | 237 | 260 | 200 | 12 | 0 | 33 | 37 | 121 | 27 | 74 |
| Binary | 10011111 | 10110000 | 10000000 | 1010 | 0 | 11011 | 11111 | 1010001 | 10111 | 111100 |
Color Harmonies of #9FB080
Complementary color
Monochromatic Colors of #9FB080
Black with #9FB080
Text Example
Text Example
White with #9FB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB080; }
p { color: rgb(159,176,128); }
H1.HeaderClassName
{
color: #9FB080;
}
.AnyTagClassName
{
color: #9FB080;
}
</style>
background-color css
<style>
a { background-color: #9FB080; }
a { background-color: rgb(159,176,128); }
div.DivClassName
{
background-color: #9FB080;
}
.BgClassName
{
background-color: #9FB080;
}
</style>
border-color css
<style>
span { border-color: #9FB080; }
span { border-color: rgb(159,176,128); }
td.TdClassName
{
border-color: #9FB080;
}
.TagClassName
{
border-color: #9FB080;
}
</style>