#7E8236

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

Shades of Wasabi #7E8236

Tints of Wasabi #7E8236

Color information

#7E8236 (or 0x7E8236) is unknown color: approx Wasabi. HEX triplet: 7E, 82 and 36. RGB value is (126,130,54). Sum of RGB (Red+Green+Blue) = 126+130+54=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8236 is #817DC9. Grayscale: #787878. Windows color (decimal): -8486346 or 3572350. OLE color: 3572350.

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

Color convert

RGB12613054-
CMYK0.0300.580.49
HSL63.16º41.3%36.08%-
HSV(B)63.16º58.46%50.98%-
XYZ17.2520.676.57-
YUV120.1490.67132.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.65%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=40.65%
G=41.94%
B=17.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126130540.0300.580.4963.1641.336.08
Hex7E8236303A313f2924
Octal17620266307261775144
Binary111111010000010110110110111010110001111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,54); }

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

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

 a { background-color: rgb(126,130,54); }

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

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

 span { border-color: rgb(126,130,54); }

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