Shades of Citron #7D961D
Tints of Citron #7D961D
RGB
CMYK
RGB Variations
Color information
#7D961D (or 0x7D961D) is known color: Citron. HEX triplet: 7D, 96 and 1D. RGB value is (125,150,29). Sum of RGB (Red+Green+Blue) = 125+150+29=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #7D961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D961D is #8269E2. Grayscale: #818181. Windows color (decimal): -8546787 or 1939069. OLE color: 1939069.
HSL color Cylindrical-coordinate representation of color #7D961D: hue angle of 72.4º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D961D is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 150 | 29 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.41 |
| HSL | 72.4º | 0.68% | 0.35% | - |
| HSV(B) | 72.4º | 0.81% | 0.59% | - |
| XYZ | 19.59 | 26.26 | 5.2 | - |
| YUV | 128.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 29 | 0.17 | 0 | 0.81 | 0.41 | 72.4 | 0.68 | 0.35 |
| Hex | 7D | 96 | 1D | 11 | 0 | 51 | 29 | 48 | 44 | 23 |
| Octal | 175 | 226 | 35 | 21 | 0 | 121 | 51 | 110 | 104 | 43 |
| Binary | 1111101 | 10010110 | 11101 | 10001 | 0 | 1010001 | 101001 | 1001000 | 1000100 | 100011 |
Color Harmonies of #7D961D
Complementary color
Monochromatic Colors of #7D961D
Black with #7D961D
Text Example
Text Example
White with #7D961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D961D; }
p { color: rgb(125,150,29); }
H1.HeaderClassName
{
color: #7D961D;
}
.AnyTagClassName
{
color: #7D961D;
}
</style>
background-color css
<style>
a { background-color: #7D961D; }
a { background-color: rgb(125,150,29); }
div.DivClassName
{
background-color: #7D961D;
}
.BgClassName
{
background-color: #7D961D;
}
</style>
border-color css
<style>
span { border-color: #7D961D; }
span { border-color: rgb(125,150,29); }
td.TdClassName
{
border-color: #7D961D;
}
.TagClassName
{
border-color: #7D961D;
}
</style>