#7E8548

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

Shades of Wasabi #7E8548

Tints of Wasabi #7E8548

Color information

#7E8548 (or 0x7E8548) is unknown color: approx Wasabi. HEX triplet: 7E, 85 and 48. RGB value is (126,133,72). Sum of RGB (Red+Green+Blue) = 126+133+72=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8548 is #817AB7. Grayscale: #7C7C7C. Windows color (decimal): -8485560 or 4752766. OLE color: 4752766.

HSL color Cylindrical-coordinate representation of color #7E8548: hue angle of 66.89º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E8548 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB12613372-
CMYK0.0500.460.48
HSL66.89º29.76%40.2%-
HSV(B)66.89º45.86%52.16%-
XYZ18.1621.689.36-
YUV123.9598.68129.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.07%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=38.07%
G=40.18%
B=21.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133720.0500.460.4866.8929.7640.2
Hex7E8548502E30431e28
Octal1762051105056601033650
Binary11111101000010110010001010101110110000100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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