Shades of Christi #7EA504
Tints of Christi #7EA504
RGB
CMYK
RGB Variations
Color information
#7EA504 (or 0x7EA504) is known color: Christi. HEX triplet: 7E, A5 and 04. RGB value is (126,165,4). Sum of RGB (Red+Green+Blue) = 126+165+4=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA504 is #815AFB. Grayscale: #878787. Windows color (decimal): -8477436 or 304510. OLE color: 304510.
HSL color Cylindrical-coordinate representation of color #7EA504: hue angle of 74.53º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7EA504 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.35 |
| HSL | 74.53º | 0.95% | 0.33% | - |
| HSV(B) | 74.53º | 0.98% | 0.65% | - |
| XYZ | 22.08 | 31.35 | 5 | - |
| YUV | 134.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 4 | 0.24 | 0 | 0.98 | 0.35 | 74.53 | 0.95 | 0.33 |
| Hex | 7E | A5 | 4 | 18 | 0 | 62 | 23 | 4B | 5F | 21 |
| Octal | 176 | 245 | 4 | 30 | 0 | 142 | 43 | 113 | 137 | 41 |
| Binary | 1111110 | 10100101 | 100 | 11000 | 0 | 1100010 | 100011 | 1001011 | 1011111 | 100001 |
Color Harmonies of #7EA504
Complementary color
Monochromatic Colors of #7EA504
Black with #7EA504
Text Example
Text Example
White with #7EA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA504; }
p { color: rgb(126,165,4); }
H1.HeaderClassName
{
color: #7EA504;
}
.AnyTagClassName
{
color: #7EA504;
}
</style>
background-color css
<style>
a { background-color: #7EA504; }
a { background-color: rgb(126,165,4); }
div.DivClassName
{
background-color: #7EA504;
}
.BgClassName
{
background-color: #7EA504;
}
</style>
border-color css
<style>
span { border-color: #7EA504; }
span { border-color: rgb(126,165,4); }
td.TdClassName
{
border-color: #7EA504;
}
.TagClassName
{
border-color: #7EA504;
}
</style>