#7E8A4A

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

Shades of Wasabi #7E8A4A

Tints of Wasabi #7E8A4A

Color information

#7E8A4A (or 0x7E8A4A) is unknown color: approx Wasabi. HEX triplet: 7E, 8A and 4A. RGB value is (126,138,74). Sum of RGB (Red+Green+Blue) = 126+138+74=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8A4A is #8175B5. Grayscale: #7F7F7F. Windows color (decimal): -8484278 or 4885118. OLE color: 4885118.

HSL color Cylindrical-coordinate representation of color #7E8A4A: hue angle of 71.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E8A4A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB12613874-
CMYK0.0900.460.46
HSL71.25º30.19%41.57%-
HSV(B)71.25º46.38%54.12%-
XYZ18.9323.119.94-
YUV127.1298.02127.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=37.28%
G=40.83%
B=21.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126138740.0900.460.4671.2530.1941.57
Hex7E8A4A902E2E471e2a
Octal17621211211056561073652
Binary111111010001010100101010010101110101110100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,138,74); }

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

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

 a { background-color: rgb(126,138,74); }

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

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

 span { border-color: rgb(126,138,74); }

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