#7EA741

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

Shades of Sushi #7EA741

Tints of Sushi #7EA741

Color information

#7EA741 (or 0x7EA741) is unknown color: approx Sushi. HEX triplet: 7E, A7 and 41. RGB value is (126,167,65). Sum of RGB (Red+Green+Blue) = 126+167+65=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA741 is #8158BE. Grayscale: #8F8F8F. Windows color (decimal): -8476863 or 4302718. OLE color: 4302718.

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

Color convert

RGB12616765-
CMYK0.2500.610.35
HSL84.12º43.97%45.49%-
HSV(B)84.12º61.08%65.49%-
XYZ23.3832.4510.03-
YUV143.1183.92115.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.20%
GREEN value IS 167 (65.62% from 255) = 46.65%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=35.20%
G=46.65%
B=18.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126167650.2500.610.3584.1243.9745.49
Hex7EA7411903D23542c2d
Octal17624710131075431245455
Binary11111101010011110000011100101111011000111010100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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