Shades of Olivine #9FB580
Tints of Olivine #9FB580
RGB
CMYK
RGB Variations
Color information
#9FB580 (or 0x9FB580) is known color: Olivine. HEX triplet: 9F, B5 and 80. RGB value is (159,181,128). Sum of RGB (Red+Green+Blue) = 159+181+128=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB580 is #604A7F. Grayscale: #A8A8A8. Windows color (decimal): -6310528 or 8435103. OLE color: 8435103.
HSL color Cylindrical-coordinate representation of color #9FB580: hue angle of 84.91º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB580 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 128 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.29 |
| HSL | 84.91º | 0.26% | 0.61% | - |
| HSV(B) | 84.91º | 0.29% | 0.71% | - |
| XYZ | 34.72 | 41.98 | 26.69 | - |
| YUV | 168.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 128 | 0.12 | 0 | 0.29 | 0.29 | 84.91 | 0.26 | 0.61 |
| Hex | 9F | B5 | 80 | C | 0 | 1D | 1D | 55 | 1A | 3D |
| Octal | 237 | 265 | 200 | 14 | 0 | 35 | 35 | 125 | 32 | 75 |
| Binary | 10011111 | 10110101 | 10000000 | 1100 | 0 | 11101 | 11101 | 1010101 | 11010 | 111101 |
Color Harmonies of #9FB580
Complementary color
Monochromatic Colors of #9FB580
Black with #9FB580
Text Example
Text Example
White with #9FB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB580; }
p { color: rgb(159,181,128); }
H1.HeaderClassName
{
color: #9FB580;
}
.AnyTagClassName
{
color: #9FB580;
}
</style>
background-color css
<style>
a { background-color: #9FB580; }
a { background-color: rgb(159,181,128); }
div.DivClassName
{
background-color: #9FB580;
}
.BgClassName
{
background-color: #9FB580;
}
</style>
border-color css
<style>
span { border-color: #9FB580; }
span { border-color: rgb(159,181,128); }
td.TdClassName
{
border-color: #9FB580;
}
.TagClassName
{
border-color: #9FB580;
}
</style>