Shades of Citron #7D9716
Tints of Citron #7D9716
RGB
CMYK
RGB Variations
Color information
#7D9716 (or 0x7D9716) is known color: Citron. HEX triplet: 7D, 97 and 16. RGB value is (125,151,22). Sum of RGB (Red+Green+Blue) = 125+151+22=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9716 is #8268E9. Grayscale: #818181. Windows color (decimal): -8546538 or 1480573. OLE color: 1480573.
HSL color Cylindrical-coordinate representation of color #7D9716: hue angle of 72.09º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D9716 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 22 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.41 |
| HSL | 72.09º | 0.75% | 0.34% | - |
| HSV(B) | 72.09º | 0.85% | 0.59% | - |
| XYZ | 19.67 | 26.55 | 4.85 | - |
| YUV | 128.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 22 | 0.17 | 0 | 0.85 | 0.41 | 72.09 | 0.75 | 0.34 |
| Hex | 7D | 97 | 16 | 11 | 0 | 55 | 29 | 48 | 4B | 22 |
| Octal | 175 | 227 | 26 | 21 | 0 | 125 | 51 | 110 | 113 | 42 |
| Binary | 1111101 | 10010111 | 10110 | 10001 | 0 | 1010101 | 101001 | 1001000 | 1001011 | 100010 |
Color Harmonies of #7D9716
Complementary color
Monochromatic Colors of #7D9716
Black with #7D9716
Text Example
Text Example
White with #7D9716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9716; }
p { color: rgb(125,151,22); }
H1.HeaderClassName
{
color: #7D9716;
}
.AnyTagClassName
{
color: #7D9716;
}
</style>
background-color css
<style>
a { background-color: #7D9716; }
a { background-color: rgb(125,151,22); }
div.DivClassName
{
background-color: #7D9716;
}
.BgClassName
{
background-color: #7D9716;
}
</style>
border-color css
<style>
span { border-color: #7D9716; }
span { border-color: rgb(125,151,22); }
td.TdClassName
{
border-color: #7D9716;
}
.TagClassName
{
border-color: #7D9716;
}
</style>