Shades of Lemon Grass #8F917C
Tints of Lemon Grass #8F917C
RGB
CMYK
RGB Variations
Color information
#8F917C (or 0x8F917C) is known color: Lemon Grass. HEX triplet: 8F, 91 and 7C. RGB value is (143,145,124). Sum of RGB (Red+Green+Blue) = 143+145+124=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 145 - color contains mainly: green. Hex color #8F917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F917C is #706E83. Grayscale: #8E8E8E. Windows color (decimal): -7368324 or 8163727. OLE color: 8163727.
HSL color Cylindrical-coordinate representation of color #8F917C: hue angle of 65.71º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F917C is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 124 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.43 |
| HSL | 65.71º | 0.09% | 0.53% | - |
| HSV(B) | 65.71º | 0.14% | 0.57% | - |
| XYZ | 25.09 | 27.55 | 23.06 | - |
| YUV | 142.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 124 | 0.01 | 0 | 0.14 | 0.43 | 65.71 | 0.09 | 0.53 |
| Hex | 8F | 91 | 7C | 1 | 0 | E | 2B | 42 | 9 | 35 |
| Octal | 217 | 221 | 174 | 1 | 0 | 16 | 53 | 102 | 11 | 65 |
| Binary | 10001111 | 10010001 | 1111100 | 1 | 0 | 1110 | 101011 | 1000010 | 1001 | 110101 |
Color Harmonies of #8F917C
Complementary color
Monochromatic Colors of #8F917C
Black with #8F917C
Text Example
Text Example
White with #8F917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F917C; }
p { color: rgb(143,145,124); }
H1.HeaderClassName
{
color: #8F917C;
}
.AnyTagClassName
{
color: #8F917C;
}
</style>
background-color css
<style>
a { background-color: #8F917C; }
a { background-color: rgb(143,145,124); }
div.DivClassName
{
background-color: #8F917C;
}
.BgClassName
{
background-color: #8F917C;
}
</style>
border-color css
<style>
span { border-color: #8F917C; }
span { border-color: rgb(143,145,124); }
td.TdClassName
{
border-color: #8F917C;
}
.TagClassName
{
border-color: #8F917C;
}
</style>