Shades of Citron #7C9909
Tints of Citron #7C9909
RGB
CMYK
RGB Variations
Color information
#7C9909 (or 0x7C9909) is known color: Citron. HEX triplet: 7C, 99 and 09. RGB value is (124,153,9). Sum of RGB (Red+Green+Blue) = 124+153+9=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9909 is #8366F6. Grayscale: #808080. Windows color (decimal): -8611575 or 629116. OLE color: 629116.
HSL color Cylindrical-coordinate representation of color #7C9909: hue angle of 72.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C9909 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 9 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.4 |
| HSL | 72.08º | 0.89% | 0.32% | - |
| HSV(B) | 72.08º | 0.94% | 0.6% | - |
| XYZ | 19.75 | 27.09 | 4.45 | - |
| YUV | 127.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 9 | 0.19 | 0 | 0.94 | 0.4 | 72.08 | 0.89 | 0.32 |
| Hex | 7C | 99 | 9 | 13 | 0 | 5E | 28 | 48 | 59 | 20 |
| Octal | 174 | 231 | 11 | 23 | 0 | 136 | 50 | 110 | 131 | 40 |
| Binary | 1111100 | 10011001 | 1001 | 10011 | 0 | 1011110 | 101000 | 1001000 | 1011001 | 100000 |
Color Harmonies of #7C9909
Complementary color
Monochromatic Colors of #7C9909
Black with #7C9909
Text Example
Text Example
White with #7C9909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9909; }
p { color: rgb(124,153,9); }
H1.HeaderClassName
{
color: #7C9909;
}
.AnyTagClassName
{
color: #7C9909;
}
</style>
background-color css
<style>
a { background-color: #7C9909; }
a { background-color: rgb(124,153,9); }
div.DivClassName
{
background-color: #7C9909;
}
.BgClassName
{
background-color: #7C9909;
}
</style>
border-color css
<style>
span { border-color: #7C9909; }
span { border-color: rgb(124,153,9); }
td.TdClassName
{
border-color: #7C9909;
}
.TagClassName
{
border-color: #7C9909;
}
</style>