#7E943E

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

Shades of Wasabi #7E943E

Tints of Wasabi #7E943E

Color information

#7E943E (or 0x7E943E) is unknown color: approx Wasabi. HEX triplet: 7E, 94 and 3E. RGB value is (126,148,62). Sum of RGB (Red+Green+Blue) = 126+148+62=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #7E943E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E943E is #816BC1. Grayscale: #838383. Windows color (decimal): -8481730 or 4101246. OLE color: 4101246.

HSL color Cylindrical-coordinate representation of color #7E943E: hue angle of 75.35º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E943E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB12614862-
CMYK0.1500.580.42
HSL75.35º40.95%41.18%-
HSV(B)75.35º58.11%58.04%-
XYZ20.0625.968.51-
YUV131.6288.71123.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 62 (24.61% from 255) = 18.45%
R=37.5%
G=44.05%
B=18.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126148620.1500.580.4275.3540.9541.18
Hex7E943EF03A2A4b2929
Octal1762247617072521135151
Binary111111010010100111110111101110101010101001011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,148,62); }

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

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

 a { background-color: rgb(126,148,62); }

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

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

 span { border-color: rgb(126,148,62); }

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