Shades of Lemon Ginger #8F7F18
Tints of Lemon Ginger #8F7F18
RGB
CMYK
RGB Variations
Color information
#8F7F18 (or 0x8F7F18) is known color: Lemon Ginger. HEX triplet: 8F, 7F and 18. RGB value is (143,127,24). Sum of RGB (Red+Green+Blue) = 143+127+24=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7F18 is #7080E7. Grayscale: #787878. Windows color (decimal): -7373032 or 1605519. OLE color: 1605519.
HSL color Cylindrical-coordinate representation of color #8F7F18: hue angle of 51.93º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F7F18 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 127 | 24 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.44 |
| HSL | 51.93º | 0.71% | 0.33% | - |
| HSV(B) | 51.93º | 0.83% | 0.56% | - |
| XYZ | 19.08 | 21.08 | 3.93 | - |
| YUV | 120.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 24 | 0 | 0.11 | 0.83 | 0.44 | 51.93 | 0.71 | 0.33 |
| Hex | 8F | 7F | 18 | 0 | B | 53 | 2C | 34 | 47 | 21 |
| Octal | 217 | 177 | 30 | 0 | 13 | 123 | 54 | 64 | 107 | 41 |
| Binary | 10001111 | 1111111 | 11000 | 0 | 1011 | 1010011 | 101100 | 110100 | 1000111 | 100001 |
Color Harmonies of #8F7F18
Complementary color
Monochromatic Colors of #8F7F18
Black with #8F7F18
Text Example
Text Example
White with #8F7F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F18; }
p { color: rgb(143,127,24); }
H1.HeaderClassName
{
color: #8F7F18;
}
.AnyTagClassName
{
color: #8F7F18;
}
</style>
background-color css
<style>
a { background-color: #8F7F18; }
a { background-color: rgb(143,127,24); }
div.DivClassName
{
background-color: #8F7F18;
}
.BgClassName
{
background-color: #8F7F18;
}
</style>
border-color css
<style>
span { border-color: #8F7F18; }
span { border-color: rgb(143,127,24); }
td.TdClassName
{
border-color: #8F7F18;
}
.TagClassName
{
border-color: #8F7F18;
}
</style>