Shades of Citron #7C951D
Tints of Citron #7C951D
RGB
CMYK
RGB Variations
Color information
#7C951D (or 0x7C951D) is known color: Citron. HEX triplet: 7C, 95 and 1D. RGB value is (124,149,29). Sum of RGB (Red+Green+Blue) = 124+149+29=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #7C951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C951D is #836AE2. Grayscale: #808080. Windows color (decimal): -8612579 or 1938812. OLE color: 1938812.
HSL color Cylindrical-coordinate representation of color #7C951D: hue angle of 72.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C951D is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 29 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.42 |
| HSL | 72.5º | 0.67% | 0.35% | - |
| HSV(B) | 72.5º | 0.81% | 0.58% | - |
| XYZ | 19.28 | 25.87 | 5.14 | - |
| YUV | 127.85 | 72.22 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 29 | 0.17 | 0 | 0.81 | 0.42 | 72.5 | 0.67 | 0.35 |
| Hex | 7C | 95 | 1D | 11 | 0 | 51 | 2A | 48 | 43 | 23 |
| Octal | 174 | 225 | 35 | 21 | 0 | 121 | 52 | 110 | 103 | 43 |
| Binary | 1111100 | 10010101 | 11101 | 10001 | 0 | 1010001 | 101010 | 1001000 | 1000011 | 100011 |
Color Harmonies of #7C951D
Complementary color
Monochromatic Colors of #7C951D
Black with #7C951D
Text Example
Text Example
White with #7C951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C951D; }
p { color: rgb(124,149,29); }
H1.HeaderClassName
{
color: #7C951D;
}
.AnyTagClassName
{
color: #7C951D;
}
</style>
background-color css
<style>
a { background-color: #7C951D; }
a { background-color: rgb(124,149,29); }
div.DivClassName
{
background-color: #7C951D;
}
.BgClassName
{
background-color: #7C951D;
}
</style>
border-color css
<style>
span { border-color: #7C951D; }
span { border-color: rgb(124,149,29); }
td.TdClassName
{
border-color: #7C951D;
}
.TagClassName
{
border-color: #7C951D;
}
</style>