#7EAB41

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

Shades of Sushi #7EAB41

Tints of Sushi #7EAB41

Color information

#7EAB41 (or 0x7EAB41) is unknown color: approx Sushi. HEX triplet: 7E, AB and 41. RGB value is (126,171,65). Sum of RGB (Red+Green+Blue) = 126+171+65=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAB41 is #8154BE. Grayscale: #919191. Windows color (decimal): -8475839 or 4303742. OLE color: 4303742.

HSL color Cylindrical-coordinate representation of color #7EAB41: hue angle of 85.47º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7EAB41 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB12617165-
CMYK0.2600.620.33
HSL85.47º44.92%46.27%-
HSV(B)85.47º61.99%67.06%-
XYZ24.1233.9410.28-
YUV145.4682.59114.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.81%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=34.81%
G=47.24%
B=17.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126171650.2600.620.3385.4744.9246.27
Hex7EAB411A03E21552d2e
Octal17625310132076411255556
Binary11111101010101110000011101001111101000011010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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