Shades of Lemon Grass #8F9180
Tints of Lemon Grass #8F9180
RGB
CMYK
RGB Variations
Color information
#8F9180 (or 0x8F9180) is known color: Lemon Grass. HEX triplet: 8F, 91 and 80. RGB value is (143,145,128). Sum of RGB (Red+Green+Blue) = 143+145+128=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9180 is #706E7F. Grayscale: #8E8E8E. Windows color (decimal): -7368320 or 8425871. OLE color: 8425871.
HSL color Cylindrical-coordinate representation of color #8F9180: hue angle of 67.06º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F9180 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 128 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.43 |
| HSL | 67.06º | 0.07% | 0.54% | - |
| HSV(B) | 67.06º | 0.12% | 0.57% | - |
| XYZ | 25.35 | 27.65 | 24.42 | - |
| YUV | 142.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 128 | 0.01 | 0 | 0.12 | 0.43 | 67.06 | 0.07 | 0.54 |
| Hex | 8F | 91 | 80 | 1 | 0 | C | 2B | 43 | 7 | 36 |
| Octal | 217 | 221 | 200 | 1 | 0 | 14 | 53 | 103 | 7 | 66 |
| Binary | 10001111 | 10010001 | 10000000 | 1 | 0 | 1100 | 101011 | 1000011 | 111 | 110110 |
Color Harmonies of #8F9180
Complementary color
Monochromatic Colors of #8F9180
Black with #8F9180
Text Example
Text Example
White with #8F9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9180; }
p { color: rgb(143,145,128); }
H1.HeaderClassName
{
color: #8F9180;
}
.AnyTagClassName
{
color: #8F9180;
}
</style>
background-color css
<style>
a { background-color: #8F9180; }
a { background-color: rgb(143,145,128); }
div.DivClassName
{
background-color: #8F9180;
}
.BgClassName
{
background-color: #8F9180;
}
</style>
border-color css
<style>
span { border-color: #8F9180; }
span { border-color: rgb(143,145,128); }
td.TdClassName
{
border-color: #8F9180;
}
.TagClassName
{
border-color: #8F9180;
}
</style>