Shades of Citron #7C9715
Tints of Citron #7C9715
RGB
CMYK
RGB Variations
Color information
#7C9715 (or 0x7C9715) is known color: Citron. HEX triplet: 7C, 97 and 15. RGB value is (124,151,21). Sum of RGB (Red+Green+Blue) = 124+151+21=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9715 is #8368EA. Grayscale: #808080. Windows color (decimal): -8612075 or 1415036. OLE color: 1415036.
HSL color Cylindrical-coordinate representation of color #7C9715: hue angle of 72.46º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C9715 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 21 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.41 |
| HSL | 72.46º | 0.76% | 0.34% | - |
| HSV(B) | 72.46º | 0.86% | 0.59% | - |
| XYZ | 19.51 | 26.47 | 4.79 | - |
| YUV | 128.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 21 | 0.18 | 0 | 0.86 | 0.41 | 72.46 | 0.76 | 0.34 |
| Hex | 7C | 97 | 15 | 12 | 0 | 56 | 29 | 48 | 4C | 22 |
| Octal | 174 | 227 | 25 | 22 | 0 | 126 | 51 | 110 | 114 | 42 |
| Binary | 1111100 | 10010111 | 10101 | 10010 | 0 | 1010110 | 101001 | 1001000 | 1001100 | 100010 |
Color Harmonies of #7C9715
Complementary color
Monochromatic Colors of #7C9715
Black with #7C9715
Text Example
Text Example
White with #7C9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9715; }
p { color: rgb(124,151,21); }
H1.HeaderClassName
{
color: #7C9715;
}
.AnyTagClassName
{
color: #7C9715;
}
</style>
background-color css
<style>
a { background-color: #7C9715; }
a { background-color: rgb(124,151,21); }
div.DivClassName
{
background-color: #7C9715;
}
.BgClassName
{
background-color: #7C9715;
}
</style>
border-color css
<style>
span { border-color: #7C9715; }
span { border-color: rgb(124,151,21); }
td.TdClassName
{
border-color: #7C9715;
}
.TagClassName
{
border-color: #7C9715;
}
</style>