Shades of Olivine #9FBE7C
Tints of Olivine #9FBE7C
RGB
CMYK
RGB Variations
Color information
#9FBE7C (or 0x9FBE7C) is known color: Olivine. HEX triplet: 9F, BE and 7C. RGB value is (159,190,124). Sum of RGB (Red+Green+Blue) = 159+190+124=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE7C is #604183. Grayscale: #ADADAD. Windows color (decimal): -6308228 or 8175263. OLE color: 8175263.
HSL color Cylindrical-coordinate representation of color #9FBE7C: hue angle of 88.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBE7C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 124 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.25 |
| HSL | 88.18º | 0.34% | 0.62% | - |
| HSV(B) | 88.18º | 0.35% | 0.75% | - |
| XYZ | 36.35 | 45.65 | 25.96 | - |
| YUV | 173.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 124 | 0.16 | 0 | 0.35 | 0.25 | 88.18 | 0.34 | 0.62 |
| Hex | 9F | BE | 7C | 10 | 0 | 23 | 19 | 58 | 22 | 3E |
| Octal | 237 | 276 | 174 | 20 | 0 | 43 | 31 | 130 | 42 | 76 |
| Binary | 10011111 | 10111110 | 1111100 | 10000 | 0 | 100011 | 11001 | 1011000 | 100010 | 111110 |
Color Harmonies of #9FBE7C
Complementary color
Monochromatic Colors of #9FBE7C
Black with #9FBE7C
Text Example
Text Example
White with #9FBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE7C; }
p { color: rgb(159,190,124); }
H1.HeaderClassName
{
color: #9FBE7C;
}
.AnyTagClassName
{
color: #9FBE7C;
}
</style>
background-color css
<style>
a { background-color: #9FBE7C; }
a { background-color: rgb(159,190,124); }
div.DivClassName
{
background-color: #9FBE7C;
}
.BgClassName
{
background-color: #9FBE7C;
}
</style>
border-color css
<style>
span { border-color: #9FBE7C; }
span { border-color: rgb(159,190,124); }
td.TdClassName
{
border-color: #9FBE7C;
}
.TagClassName
{
border-color: #9FBE7C;
}
</style>