#7E8543

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

Shades of Wasabi #7E8543

Tints of Wasabi #7E8543

Color information

#7E8543 (or 0x7E8543) is unknown color: approx Wasabi. HEX triplet: 7E, 85 and 43. RGB value is (126,133,67). Sum of RGB (Red+Green+Blue) = 126+133+67=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8543 is #817ABC. Grayscale: #7B7B7B. Windows color (decimal): -8485565 or 4425086. OLE color: 4425086.

HSL color Cylindrical-coordinate representation of color #7E8543: hue angle of 66.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E8543 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB12613367-
CMYK0.0500.500.48
HSL66.36º33%39.22%-
HSV(B)66.36º49.62%52.16%-
XYZ1821.628.53-
YUV123.3896.18129.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.65%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=38.65%
G=40.80%
B=20.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133670.0500.500.4866.363339.22
Hex7E8543503230422127
Octal1762051035062601024147
Binary111111010000101100001110101100101100001000010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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