#7EA53A

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

Shades of Sushi #7EA53A

Tints of Sushi #7EA53A

Color information

#7EA53A (or 0x7EA53A) is unknown color: approx Sushi. HEX triplet: 7E, A5 and 3A. RGB value is (126,165,58). Sum of RGB (Red+Green+Blue) = 126+165+58=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA53A is #815AC5. Grayscale: #8D8D8D. Windows color (decimal): -8477382 or 3843454. OLE color: 3843454.

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

Color convert

RGB12616558-
CMYK0.2400.650.35
HSL81.87º47.98%43.73%-
HSV(B)81.87º64.85%64.71%-
XYZ22.8231.658.91-
YUV141.1481.08117.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.10%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=36.10%
G=47.28%
B=16.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165580.2400.650.3581.8747.9843.73
Hex7EA53A180412352302c
Octal17624572300101431226054
Binary11111101010010111101011000010000011000111010010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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