#7E8549

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

Shades of Wasabi #7E8549

Tints of Wasabi #7E8549

Color information

#7E8549 (or 0x7E8549) is unknown color: approx Wasabi. HEX triplet: 7E, 85 and 49. RGB value is (126,133,73). Sum of RGB (Red+Green+Blue) = 126+133+73=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8549 is #817AB6. Grayscale: #7C7C7C. Windows color (decimal): -8485559 or 4818302. OLE color: 4818302.

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

Color convert

RGB12613373-
CMYK0.0500.450.48
HSL67º29.13%40.39%-
HSV(B)67º45.11%52.16%-
XYZ18.1921.699.53-
YUV124.0799.18129.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.95%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=37.95%
G=40.06%
B=21.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133730.0500.450.486729.1340.39
Hex7E8549502D30431d28
Octal1762051115055601033550
Binary11111101000010110010011010101101110000100001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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