Shades of Citron #7D9C09
Tints of Citron #7D9C09
RGB
CMYK
RGB Variations
Color information
#7D9C09 (or 0x7D9C09) is known color: Citron. HEX triplet: 7D, 9C and 09. RGB value is (125,156,9). Sum of RGB (Red+Green+Blue) = 125+156+9=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9C09 is #8263F6. Grayscale: #828282. Windows color (decimal): -8545271 or 629885. OLE color: 629885.
HSL color Cylindrical-coordinate representation of color #7D9C09: hue angle of 72.65º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D9C09 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 156 | 9 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.39 |
| HSL | 72.65º | 0.89% | 0.32% | - |
| HSV(B) | 72.65º | 0.94% | 0.61% | - |
| XYZ | 20.4 | 28.16 | 4.62 | - |
| YUV | 129.97 | 59.73 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 9 | 0.20 | 0 | 0.94 | 0.39 | 72.65 | 0.89 | 0.32 |
| Hex | 7D | 9C | 9 | 14 | 0 | 5E | 27 | 49 | 59 | 20 |
| Octal | 175 | 234 | 11 | 24 | 0 | 136 | 47 | 111 | 131 | 40 |
| Binary | 1111101 | 10011100 | 1001 | 10100 | 0 | 1011110 | 100111 | 1001001 | 1011001 | 100000 |
Color Harmonies of #7D9C09
Complementary color
Monochromatic Colors of #7D9C09
Black with #7D9C09
Text Example
Text Example
White with #7D9C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9C09; }
p { color: rgb(125,156,9); }
H1.HeaderClassName
{
color: #7D9C09;
}
.AnyTagClassName
{
color: #7D9C09;
}
</style>
background-color css
<style>
a { background-color: #7D9C09; }
a { background-color: rgb(125,156,9); }
div.DivClassName
{
background-color: #7D9C09;
}
.BgClassName
{
background-color: #7D9C09;
}
</style>
border-color css
<style>
span { border-color: #7D9C09; }
span { border-color: rgb(125,156,9); }
td.TdClassName
{
border-color: #7D9C09;
}
.TagClassName
{
border-color: #7D9C09;
}
</style>