#7E9049

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

Shades of Wasabi #7E9049

Tints of Wasabi #7E9049

Color information

#7E9049 (or 0x7E9049) is unknown color: approx Wasabi. HEX triplet: 7E, 90 and 49. RGB value is (126,144,73). Sum of RGB (Red+Green+Blue) = 126+144+73=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9049 is #816FB6. Grayscale: #828282. Windows color (decimal): -8482743 or 4821118. OLE color: 4821118.

HSL color Cylindrical-coordinate representation of color #7E9049: hue angle of 75.21º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E9049 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB12614473-
CMYK0.1200.490.44
HSL75.21º32.72%42.55%-
HSV(B)75.21º49.31%56.47%-
XYZ19.7824.8610.06-
YUV130.5295.54124.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=36.73%
G=41.98%
B=21.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126144730.1200.490.4475.2132.7242.55
Hex7E9049C0312C4b212b
Octal17622011114061541134153
Binary1111110100100001001001110001100011011001001011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,144,73); }

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

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

 a { background-color: rgb(126,144,73); }

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

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

 span { border-color: rgb(126,144,73); }

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