Shades of Citron #7D9515
Tints of Citron #7D9515
RGB
CMYK
RGB Variations
Color information
#7D9515 (or 0x7D9515) is known color: Citron. HEX triplet: 7D, 95 and 15. RGB value is (125,149,21). Sum of RGB (Red+Green+Blue) = 125+149+21=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9515 is #826AEA. Grayscale: #7F7F7F. Windows color (decimal): -8547051 or 1414525. OLE color: 1414525.
HSL color Cylindrical-coordinate representation of color #7D9515: hue angle of 71.25º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D9515 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 21 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.42 |
| HSL | 71.25º | 0.75% | 0.33% | - |
| HSV(B) | 71.25º | 0.86% | 0.58% | - |
| XYZ | 19.34 | 25.91 | 4.69 | - |
| YUV | 127.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 21 | 0.16 | 0 | 0.86 | 0.42 | 71.25 | 0.75 | 0.33 |
| Hex | 7D | 95 | 15 | 10 | 0 | 56 | 2A | 47 | 4B | 21 |
| Octal | 175 | 225 | 25 | 20 | 0 | 126 | 52 | 107 | 113 | 41 |
| Binary | 1111101 | 10010101 | 10101 | 10000 | 0 | 1010110 | 101010 | 1000111 | 1001011 | 100001 |
Color Harmonies of #7D9515
Complementary color
Monochromatic Colors of #7D9515
Black with #7D9515
Text Example
Text Example
White with #7D9515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9515; }
p { color: rgb(125,149,21); }
H1.HeaderClassName
{
color: #7D9515;
}
.AnyTagClassName
{
color: #7D9515;
}
</style>
background-color css
<style>
a { background-color: #7D9515; }
a { background-color: rgb(125,149,21); }
div.DivClassName
{
background-color: #7D9515;
}
.BgClassName
{
background-color: #7D9515;
}
</style>
border-color css
<style>
span { border-color: #7D9515; }
span { border-color: rgb(125,149,21); }
td.TdClassName
{
border-color: #7D9515;
}
.TagClassName
{
border-color: #7D9515;
}
</style>