#7EA529

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

Shades of Sushi #7EA529

Tints of Sushi #7EA529

Color information

#7EA529 (or 0x7EA529) is unknown color: approx Sushi. HEX triplet: 7E, A5 and 29. RGB value is (126,165,41). Sum of RGB (Red+Green+Blue) = 126+165+41=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA529 is #815AD6. Grayscale: #8B8B8B. Windows color (decimal): -8477399 or 2729342. OLE color: 2729342.

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

Color convert

RGB12616541-
CMYK0.2400.750.35
HSL78.87º60.19%40.39%-
HSV(B)78.87º75.15%64.71%-
XYZ22.4631.517-
YUV139.272.58118.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.95%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 41 (16.41% from 255) = 12.35%
R=37.95%
G=49.70%
B=12.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165410.2400.750.3578.8760.1940.39
Hex7EA5291804B234f3c28
Octal17624551300113431177450
Binary11111101010010110100111000010010111000111001111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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