Shades of Olivine #9FB27C
Tints of Olivine #9FB27C
RGB
CMYK
RGB Variations
Color information
#9FB27C (or 0x9FB27C) is known color: Olivine. HEX triplet: 9F, B2 and 7C. RGB value is (159,178,124). Sum of RGB (Red+Green+Blue) = 159+178+124=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB27C is #604D83. Grayscale: #A6A6A6. Windows color (decimal): -6311300 or 8172191. OLE color: 8172191.
HSL color Cylindrical-coordinate representation of color #9FB27C: hue angle of 81.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FB27C is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 124 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.30 |
| HSL | 81.11º | 0.26% | 0.59% | - |
| HSV(B) | 81.11º | 0.3% | 0.7% | - |
| XYZ | 33.86 | 40.67 | 25.13 | - |
| YUV | 166.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 124 | 0.11 | 0 | 0.30 | 0.30 | 81.11 | 0.26 | 0.59 |
| Hex | 9F | B2 | 7C | B | 0 | 1E | 1E | 51 | 1A | 3B |
| Octal | 237 | 262 | 174 | 13 | 0 | 36 | 36 | 121 | 32 | 73 |
| Binary | 10011111 | 10110010 | 1111100 | 1011 | 0 | 11110 | 11110 | 1010001 | 11010 | 111011 |
Color Harmonies of #9FB27C
Complementary color
Monochromatic Colors of #9FB27C
Black with #9FB27C
Text Example
Text Example
White with #9FB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB27C; }
p { color: rgb(159,178,124); }
H1.HeaderClassName
{
color: #9FB27C;
}
.AnyTagClassName
{
color: #9FB27C;
}
</style>
background-color css
<style>
a { background-color: #9FB27C; }
a { background-color: rgb(159,178,124); }
div.DivClassName
{
background-color: #9FB27C;
}
.BgClassName
{
background-color: #9FB27C;
}
</style>
border-color css
<style>
span { border-color: #9FB27C; }
span { border-color: rgb(159,178,124); }
td.TdClassName
{
border-color: #9FB27C;
}
.TagClassName
{
border-color: #9FB27C;
}
</style>