Shades of Citron #7E930E
Tints of Citron #7E930E
RGB
CMYK
RGB Variations
Color information
#7E930E (or 0x7E930E) is known color: Citron. HEX triplet: 7E, 93 and 0E. RGB value is (126,147,14). Sum of RGB (Red+Green+Blue) = 126+147+14=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #7E930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E930E is #816CF1. Grayscale: #7E7E7E. Windows color (decimal): -8482034 or 955262. OLE color: 955262.
HSL color Cylindrical-coordinate representation of color #7E930E: hue angle of 69.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E930E is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 14 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.42 |
| HSL | 69.47º | 0.83% | 0.32% | - |
| HSV(B) | 69.47º | 0.9% | 0.58% | - |
| XYZ | 19.12 | 25.33 | 4.3 | - |
| YUV | 125.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 14 | 0.14 | 0 | 0.90 | 0.42 | 69.47 | 0.83 | 0.32 |
| Hex | 7E | 93 | E | E | 0 | 5A | 2A | 45 | 53 | 20 |
| Octal | 176 | 223 | 16 | 16 | 0 | 132 | 52 | 105 | 123 | 40 |
| Binary | 1111110 | 10010011 | 1110 | 1110 | 0 | 1011010 | 101010 | 1000101 | 1010011 | 100000 |
Color Harmonies of #7E930E
Complementary color
Monochromatic Colors of #7E930E
Black with #7E930E
Text Example
Text Example
White with #7E930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E930E; }
p { color: rgb(126,147,14); }
H1.HeaderClassName
{
color: #7E930E;
}
.AnyTagClassName
{
color: #7E930E;
}
</style>
background-color css
<style>
a { background-color: #7E930E; }
a { background-color: rgb(126,147,14); }
div.DivClassName
{
background-color: #7E930E;
}
.BgClassName
{
background-color: #7E930E;
}
</style>
border-color css
<style>
span { border-color: #7E930E; }
span { border-color: rgb(126,147,14); }
td.TdClassName
{
border-color: #7E930E;
}
.TagClassName
{
border-color: #7E930E;
}
</style>