Shades of Citron #7C9617
Tints of Citron #7C9617
RGB
CMYK
RGB Variations
Color information
#7C9617 (or 0x7C9617) is known color: Citron. HEX triplet: 7C, 96 and 17. RGB value is (124,150,23). Sum of RGB (Red+Green+Blue) = 124+150+23=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9617 is #8369E8. Grayscale: #808080. Windows color (decimal): -8612329 or 1545852. OLE color: 1545852.
HSL color Cylindrical-coordinate representation of color #7C9617: hue angle of 72.28º degrees, saturation: 0.73, 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 #7C9617 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 150 | 23 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.41 |
| HSL | 72.28º | 0.73% | 0.34% | - |
| HSV(B) | 72.28º | 0.85% | 0.59% | - |
| XYZ | 19.37 | 26.16 | 4.84 | - |
| YUV | 127.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 23 | 0.17 | 0 | 0.85 | 0.41 | 72.28 | 0.73 | 0.34 |
| Hex | 7C | 96 | 17 | 11 | 0 | 55 | 29 | 48 | 49 | 22 |
| Octal | 174 | 226 | 27 | 21 | 0 | 125 | 51 | 110 | 111 | 42 |
| Binary | 1111100 | 10010110 | 10111 | 10001 | 0 | 1010101 | 101001 | 1001000 | 1001001 | 100010 |
Color Harmonies of #7C9617
Complementary color
Monochromatic Colors of #7C9617
Black with #7C9617
Text Example
Text Example
White with #7C9617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9617; }
p { color: rgb(124,150,23); }
H1.HeaderClassName
{
color: #7C9617;
}
.AnyTagClassName
{
color: #7C9617;
}
</style>
background-color css
<style>
a { background-color: #7C9617; }
a { background-color: rgb(124,150,23); }
div.DivClassName
{
background-color: #7C9617;
}
.BgClassName
{
background-color: #7C9617;
}
</style>
border-color css
<style>
span { border-color: #7C9617; }
span { border-color: rgb(124,150,23); }
td.TdClassName
{
border-color: #7C9617;
}
.TagClassName
{
border-color: #7C9617;
}
</style>