#7E8E3C

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

Shades of Wasabi #7E8E3C

Tints of Wasabi #7E8E3C

Color information

#7E8E3C (or 0x7E8E3C) is unknown color: approx Wasabi. HEX triplet: 7E, 8E and 3C. RGB value is (126,142,60). Sum of RGB (Red+Green+Blue) = 126+142+60=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8E3C is #8171C3. Grayscale: #808080. Windows color (decimal): -8483268 or 3968638. OLE color: 3968638.

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

Color convert

RGB12614260-
CMYK0.1100.580.44
HSL71.71º40.59%39.61%-
HSV(B)71.71º57.75%55.69%-
XYZ19.0924.117.92-
YUV127.8789.7126.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.41%
GREEN value IS 142 (55.86% from 255) = 43.29%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=38.41%
G=43.29%
B=18.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126142600.1100.580.4471.7140.5939.61
Hex7E8E3CB03A2C482928
Octal1762167413072541105150
Binary111111010001110111100101101110101011001001000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,142,60); }

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

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

 a { background-color: rgb(126,142,60); }

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

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

 span { border-color: rgb(126,142,60); }

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