#7EA005

Color #7EA005 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #7EA005

Tints of Christi #7EA005

Color information

#7EA005 (or 0x7EA005) is unknown color: approx Christi. HEX triplet: 7E, A0 and 05. RGB value is (126,160,5). Sum of RGB (Red+Green+Blue) = 126+160+5=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA005 is #815FFA. Grayscale: #848484. Windows color (decimal): -8478715 or 368766. OLE color: 368766.

HSL color Cylindrical-coordinate representation of color #7EA005: hue angle of 73.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EA005 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB1261605-
CMYK0.2100.970.37
HSL73.16º93.94%32.35%-
HSV(B)73.16º96.88%62.75%-
XYZ21.229.594.74-
YUV132.1656.24123.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 43.30%
GREEN value IS 160 (62.89% from 255) = 54.98%
BLUE value IS 5 (2.34% from 255) = 1.72%
R=43.30%
G=54.98%
B=1.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12616050.2100.970.3773.1693.9432.35
Hex7EA051506125495e20
Octal17624052501414511113640
Binary111111010100000101101010110000110010110010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA005; }

 p { color: rgb(126,160,5); }

 H1.HeaderClassName
 {
   color: #7EA005;
 }
 .AnyTagClassName
 {
   color: #7EA005;
 }
</style>
background-color css

<style>
 a { background-color: #7EA005; }

 a { background-color: rgb(126,160,5); }

 div.DivClassName
 {
   background-color: #7EA005;
 }
 .BgClassName
 {
   background-color: #7EA005;
 }
</style>
border-color css

<style>
 span { border-color: #7EA005; }

 span { border-color: rgb(126,160,5); }

 td.TdClassName
 {
   border-color: #7EA005;
 }
 .TagClassName
 {
   border-color: #7EA005;
 }
</style>