Shades of Citron #7D9512
Tints of Citron #7D9512
RGB
CMYK
RGB Variations
Color information
#7D9512 (or 0x7D9512) is known color: Citron. HEX triplet: 7D, 95 and 12. RGB value is (125,149,18). Sum of RGB (Red+Green+Blue) = 125+149+18=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9512 is #826AED. Grayscale: #7F7F7F. Windows color (decimal): -8547054 or 1217917. OLE color: 1217917.
HSL color Cylindrical-coordinate representation of color #7D9512: hue angle of 70.99º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D9512 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 18 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.42 |
| HSL | 70.99º | 0.78% | 0.33% | - |
| HSV(B) | 70.99º | 0.88% | 0.58% | - |
| XYZ | 19.31 | 25.9 | 4.55 | - |
| YUV | 126.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 18 | 0.16 | 0 | 0.88 | 0.42 | 70.99 | 0.78 | 0.33 |
| Hex | 7D | 95 | 12 | 10 | 0 | 58 | 2A | 47 | 4E | 21 |
| Octal | 175 | 225 | 22 | 20 | 0 | 130 | 52 | 107 | 116 | 41 |
| Binary | 1111101 | 10010101 | 10010 | 10000 | 0 | 1011000 | 101010 | 1000111 | 1001110 | 100001 |
Color Harmonies of #7D9512
Complementary color
Monochromatic Colors of #7D9512
Black with #7D9512
Text Example
Text Example
White with #7D9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9512; }
p { color: rgb(125,149,18); }
H1.HeaderClassName
{
color: #7D9512;
}
.AnyTagClassName
{
color: #7D9512;
}
</style>
background-color css
<style>
a { background-color: #7D9512; }
a { background-color: rgb(125,149,18); }
div.DivClassName
{
background-color: #7D9512;
}
.BgClassName
{
background-color: #7D9512;
}
</style>
border-color css
<style>
span { border-color: #7D9512; }
span { border-color: rgb(125,149,18); }
td.TdClassName
{
border-color: #7D9512;
}
.TagClassName
{
border-color: #7D9512;
}
</style>