#7EA544

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

Shades of Sushi #7EA544

Tints of Sushi #7EA544

Color information

#7EA544 (or 0x7EA544) is unknown color: approx Sushi. HEX triplet: 7E, A5 and 44. RGB value is (126,165,68). Sum of RGB (Red+Green+Blue) = 126+165+68=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA544 is #815ABB. Grayscale: #8E8E8E. Windows color (decimal): -8477372 or 4498814. OLE color: 4498814.

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

Color convert

RGB12616568-
CMYK0.2400.590.35
HSL84.12º41.63%45.69%-
HSV(B)84.12º58.79%64.71%-
XYZ23.131.7610.38-
YUV142.2886.08116.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=35.10%
G=45.96%
B=18.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165680.2400.590.3584.1241.6345.69
Hex7EA5441803B23542a2e
Octal17624510430073431245256
Binary11111101010010110001001100001110111000111010100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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