Shades of Christi #7EA000
Tints of Christi #7EA000
RGB
CMYK
RGB Variations
Color information
#7EA000 (or 0x7EA000) is known color: Christi. HEX triplet: 7E, A0 and 00. RGB value is (126,160,0). Sum of RGB (Red+Green+Blue) = 126+160+0=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA000 is #815FFF. Grayscale: #848484. Windows color (decimal): -8478720 or 41086. OLE color: 41086.
HSL color Cylindrical-coordinate representation of color #7EA000: hue angle of 72.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EA000 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.37 |
| HSL | 72.75º | 1% | 0.31% | - |
| HSV(B) | 72.75º | 1% | 0.63% | - |
| XYZ | 21.17 | 29.58 | 4.59 | - |
| YUV | 131.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 0 | 0.21 | 0 | 1 | 0.37 | 72.75 | 1 | 0.31 |
| Hex | 7E | A0 | 0 | 15 | 0 | 64 | 25 | 49 | 64 | 1F |
| Octal | 176 | 240 | 0 | 25 | 0 | 144 | 45 | 111 | 144 | 37 |
| Binary | 1111110 | 10100000 | 0 | 10101 | 0 | 1100100 | 100101 | 1001001 | 1100100 | 11111 |
Color Harmonies of #7EA000
Complementary color
Monochromatic Colors of #7EA000
Black with #7EA000
Text Example
Text Example
White with #7EA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA000; }
p { color: rgb(126,160,0); }
H1.HeaderClassName
{
color: #7EA000;
}
.AnyTagClassName
{
color: #7EA000;
}
</style>
background-color css
<style>
a { background-color: #7EA000; }
a { background-color: rgb(126,160,0); }
div.DivClassName
{
background-color: #7EA000;
}
.BgClassName
{
background-color: #7EA000;
}
</style>
border-color css
<style>
span { border-color: #7EA000; }
span { border-color: rgb(126,160,0); }
td.TdClassName
{
border-color: #7EA000;
}
.TagClassName
{
border-color: #7EA000;
}
</style>