#7EA207

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

Shades of Christi #7EA207

Tints of Christi #7EA207

Color information

#7EA207 (or 0x7EA207) is unknown color: approx Christi. HEX triplet: 7E, A2 and 07. RGB value is (126,162,7). Sum of RGB (Red+Green+Blue) = 126+162+7=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA207 is #815DF8. Grayscale: #868686. Windows color (decimal): -8478201 or 500350. OLE color: 500350.

HSL color Cylindrical-coordinate representation of color #7EA207: hue angle of 73.94º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EA207 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1261627-
CMYK0.2200.960.36
HSL73.94º91.72%33.14%-
HSV(B)73.94º95.68%63.53%-
XYZ21.5630.294.91-
YUV133.5756.57122.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.71%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 7 (3.12% from 255) = 2.37%
R=42.71%
G=54.92%
B=2.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12616270.2200.960.3673.9491.7233.14
Hex7EA2716060244a5c21
Octal17624272601404411213441
Binary111111010100010111101100110000010010010010101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,162,7); }

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

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

 a { background-color: rgb(126,162,7); }

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

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

 span { border-color: rgb(126,162,7); }

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