Shades of Lemon Ginger #907F24
Tints of Lemon Ginger #907F24
RGB
CMYK
RGB Variations
Color information
#907F24 (or 0x907F24) is known color: Lemon Ginger. HEX triplet: 90, 7F and 24. RGB value is (144,127,36). Sum of RGB (Red+Green+Blue) = 144+127+36=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #907F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907F24 is #6F80DB. Grayscale: #7A7A7A. Windows color (decimal): -7307484 or 2391952. OLE color: 2391952.
HSL color Cylindrical-coordinate representation of color #907F24: hue angle of 50.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #907F24 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 127 | 36 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.44 |
| HSL | 50.56º | 0.6% | 0.35% | - |
| HSV(B) | 50.56º | 0.75% | 0.56% | - |
| XYZ | 19.41 | 21.24 | 4.74 | - |
| YUV | 121.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 36 | 0 | 0.12 | 0.75 | 0.44 | 50.56 | 0.6 | 0.35 |
| Hex | 90 | 7F | 24 | 0 | C | 4B | 2C | 33 | 3C | 23 |
| Octal | 220 | 177 | 44 | 0 | 14 | 113 | 54 | 63 | 74 | 43 |
| Binary | 10010000 | 1111111 | 100100 | 0 | 1100 | 1001011 | 101100 | 110011 | 111100 | 100011 |
Color Harmonies of #907F24
Complementary color
Monochromatic Colors of #907F24
Black with #907F24
Text Example
Text Example
White with #907F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907F24; }
p { color: rgb(144,127,36); }
H1.HeaderClassName
{
color: #907F24;
}
.AnyTagClassName
{
color: #907F24;
}
</style>
background-color css
<style>
a { background-color: #907F24; }
a { background-color: rgb(144,127,36); }
div.DivClassName
{
background-color: #907F24;
}
.BgClassName
{
background-color: #907F24;
}
</style>
border-color css
<style>
span { border-color: #907F24; }
span { border-color: rgb(144,127,36); }
td.TdClassName
{
border-color: #907F24;
}
.TagClassName
{
border-color: #907F24;
}
</style>