Shades of Lemon Ginger #8F8725
Tints of Lemon Ginger #8F8725
RGB
CMYK
RGB Variations
Color information
#8F8725 (or 0x8F8725) is known color: Lemon Ginger. HEX triplet: 8F, 87 and 25. RGB value is (143,135,37). Sum of RGB (Red+Green+Blue) = 143+135+37=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8725 is #7078DA. Grayscale: #7E7E7E. Windows color (decimal): -7370971 or 2459535. OLE color: 2459535.
HSL color Cylindrical-coordinate representation of color #8F8725: hue angle of 55.47º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F8725 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 37 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.44 |
| HSL | 55.47º | 0.59% | 0.35% | - |
| HSV(B) | 55.47º | 0.74% | 0.56% | - |
| XYZ | 20.33 | 23.3 | 5.18 | - |
| YUV | 126.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 37 | 0 | 0.06 | 0.74 | 0.44 | 55.47 | 0.59 | 0.35 |
| Hex | 8F | 87 | 25 | 0 | 6 | 4A | 2C | 37 | 3B | 23 |
| Octal | 217 | 207 | 45 | 0 | 6 | 112 | 54 | 67 | 73 | 43 |
| Binary | 10001111 | 10000111 | 100101 | 0 | 110 | 1001010 | 101100 | 110111 | 111011 | 100011 |
Color Harmonies of #8F8725
Complementary color
Monochromatic Colors of #8F8725
Black with #8F8725
Text Example
Text Example
White with #8F8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8725; }
p { color: rgb(143,135,37); }
H1.HeaderClassName
{
color: #8F8725;
}
.AnyTagClassName
{
color: #8F8725;
}
</style>
background-color css
<style>
a { background-color: #8F8725; }
a { background-color: rgb(143,135,37); }
div.DivClassName
{
background-color: #8F8725;
}
.BgClassName
{
background-color: #8F8725;
}
</style>
border-color css
<style>
span { border-color: #8F8725; }
span { border-color: rgb(143,135,37); }
td.TdClassName
{
border-color: #8F8725;
}
.TagClassName
{
border-color: #8F8725;
}
</style>