#7E8041

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

Shades of Wasabi #7E8041

Tints of Wasabi #7E8041

Color information

#7E8041 (or 0x7E8041) is unknown color: approx Wasabi. HEX triplet: 7E, 80 and 41. RGB value is (126,128,65). Sum of RGB (Red+Green+Blue) = 126+128+65=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8041 is #817FBE. Grayscale: #787878. Windows color (decimal): -8486847 or 4292734. OLE color: 4292734.

HSL color Cylindrical-coordinate representation of color #7E8041: hue angle of 61.9º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E8041 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB12612865-
CMYK0.0200.490.50
HSL61.9º32.64%37.84%-
HSV(B)61.9º49.22%50.2%-
XYZ17.2820.268-
YUV120.2296.84132.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=39.50%
G=40.13%
B=20.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126128650.0200.490.5061.932.6437.84
Hex7E80412031323e2126
Octal176200101206162764146
Binary1111110100000001000001100110001110010111110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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