#7E8B4C

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

Shades of Wasabi #7E8B4C

Tints of Wasabi #7E8B4C

Color information

#7E8B4C (or 0x7E8B4C) is unknown color: approx Wasabi. HEX triplet: 7E, 8B and 4C. RGB value is (126,139,76). Sum of RGB (Red+Green+Blue) = 126+139+76=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8B4C is #8174B3. Grayscale: #808080. Windows color (decimal): -8484020 or 5016446. OLE color: 5016446.

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

Color convert

RGB12613976-
CMYK0.0900.450.45
HSL72.38º29.3%42.16%-
HSV(B)72.38º45.32%54.51%-
XYZ19.1423.4210.35-
YUV127.9398.69126.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=36.95%
G=40.76%
B=22.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126139760.0900.450.4572.3829.342.16
Hex7E8B4C902D2D481d2a
Octal17621311411055551103552
Binary111111010001011100110010010101101101101100100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,139,76); }

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

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

 a { background-color: rgb(126,139,76); }

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

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

 span { border-color: rgb(126,139,76); }

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