#7E8343

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

Shades of Wasabi #7E8343

Tints of Wasabi #7E8343

Color information

#7E8343 (or 0x7E8343) is unknown color: approx Wasabi. HEX triplet: 7E, 83 and 43. RGB value is (126,131,67). Sum of RGB (Red+Green+Blue) = 126+131+67=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8343 is #817CBC. Grayscale: #7A7A7A. Windows color (decimal): -8486077 or 4424574. OLE color: 4424574.

HSL color Cylindrical-coordinate representation of color #7E8343: hue angle of 64.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E8343 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB12613167-
CMYK0.0400.490.49
HSL64.69º32.32%38.82%-
HSV(B)64.69º48.85%51.37%-
XYZ17.7321.078.44-
YUV122.2196.84130.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 67 (26.56% from 255) = 20.68%
R=38.89%
G=40.43%
B=20.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126131670.0400.490.4964.6932.3238.82
Hex7E8343403131412027
Octal1762031034061611014047
Binary111111010000011100001110001100011100011000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,131,67); }

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

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

 a { background-color: rgb(126,131,67); }

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

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

 span { border-color: rgb(126,131,67); }

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