#7E884B

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

Shades of Wasabi #7E884B

Tints of Wasabi #7E884B

Color information

#7E884B (or 0x7E884B) is unknown color: approx Wasabi. HEX triplet: 7E, 88 and 4B. RGB value is (126,136,75). Sum of RGB (Red+Green+Blue) = 126+136+75=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #7E884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E884B is #8177B4. Grayscale: #7E7E7E. Windows color (decimal): -8484789 or 4950142. OLE color: 4950142.

HSL color Cylindrical-coordinate representation of color #7E884B: hue angle of 69.84º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E884B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB12613675-
CMYK0.0700.450.47
HSL69.84º28.91%41.37%-
HSV(B)69.84º44.85%53.33%-
XYZ18.6822.5510.03-
YUV126.0699.19127.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=37.39%
G=40.36%
B=22.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126136750.0700.450.4769.8428.9141.37
Hex7E884B702D2F461d29
Octal1762101137055571063551
Binary11111101000100010010111110101101101111100011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,136,75); }

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

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

 a { background-color: rgb(126,136,75); }

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

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

 span { border-color: rgb(126,136,75); }

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