#7EA132

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

Shades of Sushi #7EA132

Tints of Sushi #7EA132

Color information

#7EA132 (or 0x7EA132) is unknown color: approx Sushi. HEX triplet: 7E, A1 and 32. RGB value is (126,161,50). Sum of RGB (Red+Green+Blue) = 126+161+50=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA132 is #815ECD. Grayscale: #8A8A8A. Windows color (decimal): -8478414 or 3318142. OLE color: 3318142.

HSL color Cylindrical-coordinate representation of color #7EA132: hue angle of 78.92º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7EA132 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB12616150-
CMYK0.2200.690.37
HSL78.92º52.61%41.37%-
HSV(B)78.92º68.94%63.14%-
XYZ21.9230.167.68-
YUV137.8878.4119.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 161 (63.28% from 255) = 47.77%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=37.39%
G=47.77%
B=14.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126161500.2200.690.3778.9252.6141.37
Hex7EA13216045254f3529
Octal17624162260105451176551
Binary11111101010000111001010110010001011001011001111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,161,50); }

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

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

 a { background-color: rgb(126,161,50); }

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

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

 span { border-color: rgb(126,161,50); }

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