#7E8145

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

Shades of Wasabi #7E8145

Tints of Wasabi #7E8145

Color information

#7E8145 (or 0x7E8145) is unknown color: approx Wasabi. HEX triplet: 7E, 81 and 45. RGB value is (126,129,69). Sum of RGB (Red+Green+Blue) = 126+129+69=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8145 is #817EBA. Grayscale: #797979. Windows color (decimal): -8486587 or 4555134. OLE color: 4555134.

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

Color convert

RGB12612969-
CMYK0.0200.470.49
HSL63º30.3%38.82%-
HSV(B)63º46.51%50.59%-
XYZ17.5320.578.68-
YUV121.2698.51131.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=38.89%
G=39.81%
B=21.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126129690.0200.470.496330.338.82
Hex7E8145202F313f1e27
Octal176201105205761773647
Binary111111010000001100010110010111111000111111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,129,69); }

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

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

 a { background-color: rgb(126,129,69); }

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

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

 span { border-color: rgb(126,129,69); }

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