Shades of Lemon Ginger #8F842D
Tints of Lemon Ginger #8F842D
RGB
CMYK
RGB Variations
Color information
#8F842D (or 0x8F842D) is known color: Lemon Ginger. HEX triplet: 8F, 84 and 2D. RGB value is (143,132,45). Sum of RGB (Red+Green+Blue) = 143+132+45=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F842D is #707BD2. Grayscale: #7D7D7D. Windows color (decimal): -7371731 or 2983055. OLE color: 2983055.
HSL color Cylindrical-coordinate representation of color #8F842D: hue angle of 53.27º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F842D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 45 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.44 |
| HSL | 53.27º | 0.52% | 0.37% | - |
| HSV(B) | 53.27º | 0.69% | 0.56% | - |
| XYZ | 20.05 | 22.53 | 5.77 | - |
| YUV | 125.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 45 | 0 | 0.08 | 0.69 | 0.44 | 53.27 | 0.52 | 0.37 |
| Hex | 8F | 84 | 2D | 0 | 8 | 45 | 2C | 35 | 34 | 25 |
| Octal | 217 | 204 | 55 | 0 | 10 | 105 | 54 | 65 | 64 | 45 |
| Binary | 10001111 | 10000100 | 101101 | 0 | 1000 | 1000101 | 101100 | 110101 | 110100 | 100101 |
Color Harmonies of #8F842D
Complementary color
Monochromatic Colors of #8F842D
Black with #8F842D
Text Example
Text Example
White with #8F842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F842D; }
p { color: rgb(143,132,45); }
H1.HeaderClassName
{
color: #8F842D;
}
.AnyTagClassName
{
color: #8F842D;
}
</style>
background-color css
<style>
a { background-color: #8F842D; }
a { background-color: rgb(143,132,45); }
div.DivClassName
{
background-color: #8F842D;
}
.BgClassName
{
background-color: #8F842D;
}
</style>
border-color css
<style>
span { border-color: #8F842D; }
span { border-color: rgb(143,132,45); }
td.TdClassName
{
border-color: #8F842D;
}
.TagClassName
{
border-color: #8F842D;
}
</style>