#7EA52E

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

Shades of Sushi #7EA52E

Tints of Sushi #7EA52E

Color information

#7EA52E (or 0x7EA52E) is unknown color: approx Sushi. HEX triplet: 7E, A5 and 2E. RGB value is (126,165,46). Sum of RGB (Red+Green+Blue) = 126+165+46=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA52E is #815AD1. Grayscale: #8C8C8C. Windows color (decimal): -8477394 or 3057022. OLE color: 3057022.

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

Color convert

RGB12616546-
CMYK0.2400.720.35
HSL79.66º56.4%41.37%-
HSV(B)79.66º72.12%64.71%-
XYZ22.5531.547.48-
YUV139.7775.08118.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=37.39%
G=48.96%
B=13.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165460.2400.720.3579.6656.441.37
Hex7EA52E1804823503829
Octal17624556300110431207051
Binary11111101010010110111011000010010001000111010000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,165,46); }

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

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

 a { background-color: rgb(126,165,46); }

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

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

 span { border-color: rgb(126,165,46); }

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