#7EA328

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

Shades of Sushi #7EA328

Tints of Sushi #7EA328

Color information

#7EA328 (or 0x7EA328) is unknown color: approx Sushi. HEX triplet: 7E, A3 and 28. RGB value is (126,163,40). Sum of RGB (Red+Green+Blue) = 126+163+40=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA328 is #815CD7. Grayscale: #8A8A8A. Windows color (decimal): -8477912 or 2663294. OLE color: 2663294.

HSL color Cylindrical-coordinate representation of color #7EA328: hue angle of 78.05º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EA328 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB12616340-
CMYK0.2300.750.36
HSL78.05º60.59%39.8%-
HSV(B)78.05º75.46%63.92%-
XYZ22.0830.786.79-
YUV137.9272.74119.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 163 (64.06% from 255) = 49.54%
BLUE value IS 40 (16.02% from 255) = 12.16%
R=38.30%
G=49.54%
B=12.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126163400.2300.750.3678.0560.5939.8
Hex7EA3281704B244e3d28
Octal17624350270113441167550
Binary11111101010001110100010111010010111001001001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,163,40); }

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

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

 a { background-color: rgb(126,163,40); }

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

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

 span { border-color: rgb(126,163,40); }

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