#7E9340

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

Shades of Wasabi #7E9340

Tints of Wasabi #7E9340

Color information

#7E9340 (or 0x7E9340) is unknown color: approx Wasabi. HEX triplet: 7E, 93 and 40. RGB value is (126,147,64). Sum of RGB (Red+Green+Blue) = 126+147+64=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9340 is #816CBF. Grayscale: #838383. Windows color (decimal): -8481984 or 4232062. OLE color: 4232062.

HSL color Cylindrical-coordinate representation of color #7E9340: hue angle of 75.18º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E9340 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB12614764-
CMYK0.1400.560.42
HSL75.18º39.34%41.37%-
HSV(B)75.18º56.46%57.65%-
XYZ19.9625.678.75-
YUV131.2690.04124.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=37.39%
G=43.62%
B=18.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147640.1400.560.4275.1839.3441.37
Hex7E9340E0382A4b2729
Octal17622310016070521134751
Binary1111110100100111000000111001110001010101001011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,64); }

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

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

 a { background-color: rgb(126,147,64); }

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

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

 span { border-color: rgb(126,147,64); }

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