#7EA141

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

Shades of Sushi #7EA141

Tints of Sushi #7EA141

Color information

#7EA141 (or 0x7EA141) is unknown color: approx Sushi. HEX triplet: 7E, A1 and 41. RGB value is (126,161,65). Sum of RGB (Red+Green+Blue) = 126+161+65=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA141 is #815EBE. Grayscale: #8B8B8B. Windows color (decimal): -8478399 or 4301182. OLE color: 4301182.

HSL color Cylindrical-coordinate representation of color #7EA141: hue angle of 81.88º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EA141 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB12616165-
CMYK0.2200.600.37
HSL81.88º42.48%44.31%-
HSV(B)81.88º59.63%63.14%-
XYZ22.330.319.68-
YUV139.5985.9118.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 161 (63.28% from 255) = 45.74%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=35.80%
G=45.74%
B=18.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126161650.2200.600.3781.8842.4844.31
Hex7EA1411603C25522a2c
Octal17624110126074451225254
Binary11111101010000110000011011001111001001011010010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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