#7EA625

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

Shades of Lima #7EA625

Tints of Lima #7EA625

Color information

#7EA625 (or 0x7EA625) is unknown color: approx Lima. HEX triplet: 7E, A6 and 25. RGB value is (126,166,37). Sum of RGB (Red+Green+Blue) = 126+166+37=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA625 is #8159DA. Grayscale: #8B8B8B. Windows color (decimal): -8477147 or 2467454. OLE color: 2467454.

HSL color Cylindrical-coordinate representation of color #7EA625: hue angle of 78.6º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EA625 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB12616637-
CMYK0.2400.780.35
HSL78.6º63.55%39.8%-
HSV(B)78.6º77.71%65.1%-
XYZ22.5731.846.71-
YUV139.3370.25118.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 166 (65.23% from 255) = 50.46%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=38.30%
G=50.46%
B=11.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126166370.2400.780.3578.663.5539.8
Hex7EA6251804E234f4028
Octal176246453001164311710050
Binary111111010100110100101110000100111010001110011111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,166,37); }

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

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

 a { background-color: rgb(126,166,37); }

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

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

 span { border-color: rgb(126,166,37); }

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