Shades of Citron #7C950C
Tints of Citron #7C950C
RGB
CMYK
RGB Variations
Color information
#7C950C (or 0x7C950C) is known color: Citron. HEX triplet: 7C, 95 and 0C. RGB value is (124,149,12). Sum of RGB (Red+Green+Blue) = 124+149+12=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #7C950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C950C is #836AF3. Grayscale: #7E7E7E. Windows color (decimal): -8612596 or 824700. OLE color: 824700.
HSL color Cylindrical-coordinate representation of color #7C950C: hue angle of 70.95º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C950C is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 12 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.42 |
| HSL | 70.95º | 0.85% | 0.32% | - |
| HSV(B) | 70.95º | 0.92% | 0.58% | - |
| XYZ | 19.13 | 25.81 | 4.32 | - |
| YUV | 125.91 | 63.72 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 12 | 0.17 | 0 | 0.92 | 0.42 | 70.95 | 0.85 | 0.32 |
| Hex | 7C | 95 | C | 11 | 0 | 5C | 2A | 47 | 55 | 20 |
| Octal | 174 | 225 | 14 | 21 | 0 | 134 | 52 | 107 | 125 | 40 |
| Binary | 1111100 | 10010101 | 1100 | 10001 | 0 | 1011100 | 101010 | 1000111 | 1010101 | 100000 |
Color Harmonies of #7C950C
Complementary color
Monochromatic Colors of #7C950C
Black with #7C950C
Text Example
Text Example
White with #7C950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C950C; }
p { color: rgb(124,149,12); }
H1.HeaderClassName
{
color: #7C950C;
}
.AnyTagClassName
{
color: #7C950C;
}
</style>
background-color css
<style>
a { background-color: #7C950C; }
a { background-color: rgb(124,149,12); }
div.DivClassName
{
background-color: #7C950C;
}
.BgClassName
{
background-color: #7C950C;
}
</style>
border-color css
<style>
span { border-color: #7C950C; }
span { border-color: rgb(124,149,12); }
td.TdClassName
{
border-color: #7C950C;
}
.TagClassName
{
border-color: #7C950C;
}
</style>