Shades of Citron #7E9512
Tints of Citron #7E9512
RGB
CMYK
RGB Variations
Color information
#7E9512 (or 0x7E9512) is known color: Citron. HEX triplet: 7E, 95 and 12. RGB value is (126,149,18). Sum of RGB (Red+Green+Blue) = 126+149+18=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9512 is #816AED. Grayscale: #7F7F7F. Windows color (decimal): -8481518 or 1217918. OLE color: 1217918.
HSL color Cylindrical-coordinate representation of color #7E9512: hue angle of 70.53º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E9512 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 18 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.42 |
| HSL | 70.53º | 0.78% | 0.33% | - |
| HSV(B) | 70.53º | 0.88% | 0.58% | - |
| XYZ | 19.46 | 25.97 | 4.56 | - |
| YUV | 127.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 18 | 0.15 | 0 | 0.88 | 0.42 | 70.53 | 0.78 | 0.33 |
| Hex | 7E | 95 | 12 | F | 0 | 58 | 2A | 47 | 4E | 21 |
| Octal | 176 | 225 | 22 | 17 | 0 | 130 | 52 | 107 | 116 | 41 |
| Binary | 1111110 | 10010101 | 10010 | 1111 | 0 | 1011000 | 101010 | 1000111 | 1001110 | 100001 |
Color Harmonies of #7E9512
Complementary color
Monochromatic Colors of #7E9512
Black with #7E9512
Text Example
Text Example
White with #7E9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9512; }
p { color: rgb(126,149,18); }
H1.HeaderClassName
{
color: #7E9512;
}
.AnyTagClassName
{
color: #7E9512;
}
</style>
background-color css
<style>
a { background-color: #7E9512; }
a { background-color: rgb(126,149,18); }
div.DivClassName
{
background-color: #7E9512;
}
.BgClassName
{
background-color: #7E9512;
}
</style>
border-color css
<style>
span { border-color: #7E9512; }
span { border-color: rgb(126,149,18); }
td.TdClassName
{
border-color: #7E9512;
}
.TagClassName
{
border-color: #7E9512;
}
</style>