#7E8946

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

Shades of Wasabi #7E8946

Tints of Wasabi #7E8946

Color information

#7E8946 (or 0x7E8946) is unknown color: approx Wasabi. HEX triplet: 7E, 89 and 46. RGB value is (126,137,70). Sum of RGB (Red+Green+Blue) = 126+137+70=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8946 is #8176B9. Grayscale: #7E7E7E. Windows color (decimal): -8484538 or 4622718. OLE color: 4622718.

HSL color Cylindrical-coordinate representation of color #7E8946: hue angle of 69.85º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E8946 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB12613770-
CMYK0.0800.490.46
HSL69.85º32.37%40.59%-
HSV(B)69.85º48.91%53.73%-
XYZ18.6622.779.21-
YUV126.0796.36127.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.84%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=37.84%
G=41.14%
B=21.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126137700.0800.490.4669.8532.3740.59
Hex7E894680312E462029
Octal17621110610061561064051
Binary1111110100010011000110100001100011011101000110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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