#7E9348

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

Shades of Wasabi #7E9348

Tints of Wasabi #7E9348

Color information

#7E9348 (or 0x7E9348) is unknown color: approx Wasabi. HEX triplet: 7E, 93 and 48. RGB value is (126,147,72). Sum of RGB (Red+Green+Blue) = 126+147+72=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9348 is #816CB7. Grayscale: #848484. Windows color (decimal): -8481976 or 4756350. OLE color: 4756350.

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

Color convert

RGB12614772-
CMYK0.1400.510.42
HSL76.8º34.25%42.94%-
HSV(B)76.8º51.02%57.65%-
XYZ20.2125.7710.04-
YUV132.1794.04123.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.52%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=36.52%
G=42.61%
B=20.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147720.1400.510.4276.834.2542.94
Hex7E9348E0332A4d222b
Octal17622311016063521154253
Binary1111110100100111001000111001100111010101001101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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