#7EA941

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

Shades of Sushi #7EA941

Tints of Sushi #7EA941

Color information

#7EA941 (or 0x7EA941) is unknown color: approx Sushi. HEX triplet: 7E, A9 and 41. RGB value is (126,169,65). Sum of RGB (Red+Green+Blue) = 126+169+65=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA941 is #8156BE. Grayscale: #909090. Windows color (decimal): -8476351 or 4303230. OLE color: 4303230.

HSL color Cylindrical-coordinate representation of color #7EA941: hue angle of 84.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7EA941 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB12616965-
CMYK0.2500.620.34
HSL84.81º44.44%45.88%-
HSV(B)84.81º61.54%66.27%-
XYZ23.7533.1910.16-
YUV144.2983.25114.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35%
GREEN value IS 169 (66.41% from 255) = 46.94%
BLUE value IS 65 (25.78% from 255) = 18.06%
R=35%
G=46.94%
B=18.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126169650.2500.620.3484.8144.4445.88
Hex7EA9411903E22552c2e
Octal17625110131076421255456
Binary11111101010100110000011100101111101000101010101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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