Shades of Citron #7C9719
Tints of Citron #7C9719
RGB
CMYK
RGB Variations
Color information
#7C9719 (or 0x7C9719) is known color: Citron. HEX triplet: 7C, 97 and 19. RGB value is (124,151,25). Sum of RGB (Red+Green+Blue) = 124+151+25=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9719 is #8368E6. Grayscale: #818181. Windows color (decimal): -8612071 or 1677180. OLE color: 1677180.
HSL color Cylindrical-coordinate representation of color #7C9719: hue angle of 72.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C9719 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 25 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.41 |
| HSL | 72.86º | 0.72% | 0.35% | - |
| HSV(B) | 72.86º | 0.83% | 0.59% | - |
| XYZ | 19.55 | 26.49 | 5 | - |
| YUV | 128.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 25 | 0.18 | 0 | 0.83 | 0.41 | 72.86 | 0.72 | 0.35 |
| Hex | 7C | 97 | 19 | 12 | 0 | 53 | 29 | 49 | 48 | 23 |
| Octal | 174 | 227 | 31 | 22 | 0 | 123 | 51 | 111 | 110 | 43 |
| Binary | 1111100 | 10010111 | 11001 | 10010 | 0 | 1010011 | 101001 | 1001001 | 1001000 | 100011 |
Color Harmonies of #7C9719
Complementary color
Monochromatic Colors of #7C9719
Black with #7C9719
Text Example
Text Example
White with #7C9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9719; }
p { color: rgb(124,151,25); }
H1.HeaderClassName
{
color: #7C9719;
}
.AnyTagClassName
{
color: #7C9719;
}
</style>
background-color css
<style>
a { background-color: #7C9719; }
a { background-color: rgb(124,151,25); }
div.DivClassName
{
background-color: #7C9719;
}
.BgClassName
{
background-color: #7C9719;
}
</style>
border-color css
<style>
span { border-color: #7C9719; }
span { border-color: rgb(124,151,25); }
td.TdClassName
{
border-color: #7C9719;
}
.TagClassName
{
border-color: #7C9719;
}
</style>