Shades of Lemon Grass #8F908A
Tints of Lemon Grass #8F908A
RGB
CMYK
RGB Variations
Color information
#8F908A (or 0x8F908A) is known color: Lemon Grass. HEX triplet: 8F, 90 and 8A. RGB value is (143,144,138). Sum of RGB (Red+Green+Blue) = 143+144+138=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 144 - color contains mainly: green. Hex color #8F908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F908A is #706F75. Grayscale: #8F8F8F. Windows color (decimal): -7368566 or 9080975. OLE color: 9080975.
HSL color Cylindrical-coordinate representation of color #8F908A: hue angle of 70º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F908A is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 138 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.44 |
| HSL | 70º | 0.03% | 0.55% | - |
| HSV(B) | 70º | 0.04% | 0.56% | - |
| XYZ | 25.89 | 27.62 | 28.01 | - |
| YUV | 143.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 138 | 0.01 | 0 | 0.04 | 0.44 | 70 | 0.03 | 0.55 |
| Hex | 8F | 90 | 8A | 1 | 0 | 4 | 2C | 46 | 3 | 37 |
| Octal | 217 | 220 | 212 | 1 | 0 | 4 | 54 | 106 | 3 | 67 |
| Binary | 10001111 | 10010000 | 10001010 | 1 | 0 | 100 | 101100 | 1000110 | 11 | 110111 |
Color Harmonies of #8F908A
Complementary color
Monochromatic Colors of #8F908A
Black with #8F908A
Text Example
Text Example
White with #8F908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F908A; }
p { color: rgb(143,144,138); }
H1.HeaderClassName
{
color: #8F908A;
}
.AnyTagClassName
{
color: #8F908A;
}
</style>
background-color css
<style>
a { background-color: #8F908A; }
a { background-color: rgb(143,144,138); }
div.DivClassName
{
background-color: #8F908A;
}
.BgClassName
{
background-color: #8F908A;
}
</style>
border-color css
<style>
span { border-color: #8F908A; }
span { border-color: rgb(143,144,138); }
td.TdClassName
{
border-color: #8F908A;
}
.TagClassName
{
border-color: #8F908A;
}
</style>