#7E8E32

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

Shades of Wasabi #7E8E32

Tints of Wasabi #7E8E32

Color information

#7E8E32 (or 0x7E8E32) is unknown color: approx Wasabi. HEX triplet: 7E, 8E and 32. RGB value is (126,142,50). Sum of RGB (Red+Green+Blue) = 126+142+50=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8E32 is #8171CD. Grayscale: #7F7F7F. Windows color (decimal): -8483278 or 3313278. OLE color: 3313278.

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

Color convert

RGB12614250-
CMYK0.1100.650.44
HSL70.43º47.92%37.65%-
HSV(B)70.43º64.79%55.69%-
XYZ18.8524.016.66-
YUV126.7384.7127.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.62%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=39.62%
G=44.65%
B=15.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126142500.1100.650.4470.4347.9237.65
Hex7E8E32B0412C463026
Octal17621662130101541066046
Binary1111110100011101100101011010000011011001000110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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