#7EA942

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

Shades of Sushi #7EA942

Tints of Sushi #7EA942

Color information

#7EA942 (or 0x7EA942) is unknown color: approx Sushi. HEX triplet: 7E, A9 and 42. RGB value is (126,169,66). Sum of RGB (Red+Green+Blue) = 126+169+66=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA942 is #8156BD. Grayscale: #909090. Windows color (decimal): -8476350 or 4368766. OLE color: 4368766.

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

Color convert

RGB12616966-
CMYK0.2500.610.34
HSL85.05º43.83%46.08%-
HSV(B)85.05º60.95%66.27%-
XYZ23.7833.210.31-
YUV144.483.75114.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 169 (66.41% from 255) = 46.81%
BLUE value IS 66 (26.17% from 255) = 18.28%
R=34.90%
G=46.81%
B=18.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126169660.2500.610.3485.0543.8346.08
Hex7EA9421903D22552c2e
Octal17625110231075421255456
Binary11111101010100110000101100101111011000101010101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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