#7E853F

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

Shades of Wasabi #7E853F

Tints of Wasabi #7E853F

Color information

#7E853F (or 0x7E853F) is unknown color: approx Wasabi. HEX triplet: 7E, 85 and 3F. RGB value is (126,133,63). Sum of RGB (Red+Green+Blue) = 126+133+63=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #7E853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E853F is #817AC0. Grayscale: #7B7B7B. Windows color (decimal): -8485569 or 4162942. OLE color: 4162942.

HSL color Cylindrical-coordinate representation of color #7E853F: hue angle of 66º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E853F is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB12613363-
CMYK0.0500.530.48
HSL66º35.71%38.43%-
HSV(B)66º52.63%52.16%-
XYZ17.8921.577.92-
YUV122.9394.18130.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.13%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 63 (25% from 255) = 19.57%
R=39.13%
G=41.30%
B=19.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133630.0500.530.486635.7138.43
Hex7E853F503530422426
Octal176205775065601024446
Binary11111101000010111111110101101011100001000010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,63); }

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

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

 a { background-color: rgb(126,133,63); }

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

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

 span { border-color: rgb(126,133,63); }

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