#7EA332

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

Shades of Sushi #7EA332

Tints of Sushi #7EA332

Color information

#7EA332 (or 0x7EA332) is unknown color: approx Sushi. HEX triplet: 7E, A3 and 32. RGB value is (126,163,50). Sum of RGB (Red+Green+Blue) = 126+163+50=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA332 is #815CCD. Grayscale: #8B8B8B. Windows color (decimal): -8477902 or 3318654. OLE color: 3318654.

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

Color convert

RGB12616350-
CMYK0.2300.690.36
HSL79.65º53.05%41.76%-
HSV(B)79.65º69.33%63.92%-
XYZ22.2830.867.8-
YUV139.0577.74118.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=37.17%
G=48.08%
B=14.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126163500.2300.690.3679.6553.0541.76
Hex7EA332170452450352a
Octal17624362270105441206552
Binary11111101010001111001010111010001011001001010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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