#7E8646

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

Shades of Wasabi #7E8646

Tints of Wasabi #7E8646

Color information

#7E8646 (or 0x7E8646) is unknown color: approx Wasabi. HEX triplet: 7E, 86 and 46. RGB value is (126,134,70). Sum of RGB (Red+Green+Blue) = 126+134+70=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8646 is #8179B9. Grayscale: #7C7C7C. Windows color (decimal): -8485306 or 4621950. OLE color: 4621950.

HSL color Cylindrical-coordinate representation of color #7E8646: hue angle of 67.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E8646 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB12613470-
CMYK0.0600.480.47
HSL67.5º31.37%40%-
HSV(B)67.5º47.76%52.55%-
XYZ18.2321.939.07-
YUV124.3197.35129.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=38.18%
G=40.61%
B=21.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126134700.0600.480.4767.531.3740
Hex7E864660302F441f28
Octal1762061066060571043750
Binary11111101000011010001101100110000101111100010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,134,70); }

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

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

 a { background-color: rgb(126,134,70); }

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

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

 span { border-color: rgb(126,134,70); }

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