#7E803B

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

Shades of Wasabi #7E803B

Tints of Wasabi #7E803B

Color information

#7E803B (or 0x7E803B) is unknown color: approx Wasabi. HEX triplet: 7E, 80 and 3B. RGB value is (126,128,59). Sum of RGB (Red+Green+Blue) = 126+128+59=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #7E803B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E803B is #817FC4. Grayscale: #777777. Windows color (decimal): -8486853 or 3899518. OLE color: 3899518.

HSL color Cylindrical-coordinate representation of color #7E803B: hue angle of 61.74º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E803B is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB12612859-
CMYK0.0200.540.50
HSL61.74º36.9%36.67%-
HSV(B)61.74º53.91%50.2%-
XYZ17.1120.197.13-
YUV119.5493.84132.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.26%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=40.26%
G=40.89%
B=18.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126128590.0200.540.5061.7436.936.67
Hex7E803B2036323e2525
Octal17620073206662764545
Binary111111010000000111011100110110110010111110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,128,59); }

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

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

 a { background-color: rgb(126,128,59); }

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

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

 span { border-color: rgb(126,128,59); }

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