Shades of Olivine #9FB280
Tints of Olivine #9FB280
RGB
CMYK
RGB Variations
Color information
#9FB280 (or 0x9FB280) is known color: Olivine. HEX triplet: 9F, B2 and 80. RGB value is (159,178,128). Sum of RGB (Red+Green+Blue) = 159+178+128=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB280 is #604D7F. Grayscale: #A6A6A6. Windows color (decimal): -6311296 or 8434335. OLE color: 8434335.
HSL color Cylindrical-coordinate representation of color #9FB280: hue angle of 82.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB280 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 128 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.30 |
| HSL | 82.8º | 0.25% | 0.6% | - |
| HSV(B) | 82.8º | 0.28% | 0.7% | - |
| XYZ | 34.11 | 40.77 | 26.49 | - |
| YUV | 166.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 128 | 0.11 | 0 | 0.28 | 0.30 | 82.8 | 0.25 | 0.6 |
| Hex | 9F | B2 | 80 | B | 0 | 1C | 1E | 53 | 19 | 3C |
| Octal | 237 | 262 | 200 | 13 | 0 | 34 | 36 | 123 | 31 | 74 |
| Binary | 10011111 | 10110010 | 10000000 | 1011 | 0 | 11100 | 11110 | 1010011 | 11001 | 111100 |
Color Harmonies of #9FB280
Complementary color
Monochromatic Colors of #9FB280
Black with #9FB280
Text Example
Text Example
White with #9FB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB280; }
p { color: rgb(159,178,128); }
H1.HeaderClassName
{
color: #9FB280;
}
.AnyTagClassName
{
color: #9FB280;
}
</style>
background-color css
<style>
a { background-color: #9FB280; }
a { background-color: rgb(159,178,128); }
div.DivClassName
{
background-color: #9FB280;
}
.BgClassName
{
background-color: #9FB280;
}
</style>
border-color css
<style>
span { border-color: #9FB280; }
span { border-color: rgb(159,178,128); }
td.TdClassName
{
border-color: #9FB280;
}
.TagClassName
{
border-color: #9FB280;
}
</style>