Shades of Lemon Grass #8F9088
Tints of Lemon Grass #8F9088
RGB
CMYK
RGB Variations
Color information
#8F9088 (or 0x8F9088) is known color: Lemon Grass. HEX triplet: 8F, 90 and 88. RGB value is (143,144,136). Sum of RGB (Red+Green+Blue) = 143+144+136=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9088 is #706F77. Grayscale: #8E8E8E. Windows color (decimal): -7368568 or 8949903. OLE color: 8949903.
HSL color Cylindrical-coordinate representation of color #8F9088: hue angle of 67.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F9088 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 136 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.44 |
| HSL | 67.5º | 0.03% | 0.55% | - |
| HSV(B) | 67.5º | 0.06% | 0.56% | - |
| XYZ | 25.74 | 27.56 | 27.26 | - |
| YUV | 142.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 136 | 0.01 | 0 | 0.06 | 0.44 | 67.5 | 0.03 | 0.55 |
| Hex | 8F | 90 | 88 | 1 | 0 | 6 | 2C | 44 | 3 | 37 |
| Octal | 217 | 220 | 210 | 1 | 0 | 6 | 54 | 104 | 3 | 67 |
| Binary | 10001111 | 10010000 | 10001000 | 1 | 0 | 110 | 101100 | 1000100 | 11 | 110111 |
Color Harmonies of #8F9088
Complementary color
Monochromatic Colors of #8F9088
Black with #8F9088
Text Example
Text Example
White with #8F9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9088; }
p { color: rgb(143,144,136); }
H1.HeaderClassName
{
color: #8F9088;
}
.AnyTagClassName
{
color: #8F9088;
}
</style>
background-color css
<style>
a { background-color: #8F9088; }
a { background-color: rgb(143,144,136); }
div.DivClassName
{
background-color: #8F9088;
}
.BgClassName
{
background-color: #8F9088;
}
</style>
border-color css
<style>
span { border-color: #8F9088; }
span { border-color: rgb(143,144,136); }
td.TdClassName
{
border-color: #8F9088;
}
.TagClassName
{
border-color: #8F9088;
}
</style>