#7D8C49

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

Shades of Wasabi #7D8C49

Tints of Wasabi #7D8C49

Color information

#7D8C49 (or 0x7D8C49) is unknown color: approx Wasabi. HEX triplet: 7D, 8C and 49. RGB value is (125,140,73). Sum of RGB (Red+Green+Blue) = 125+140+73=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8C49 is #8273B6. Grayscale: #808080. Windows color (decimal): -8549303 or 4820093. OLE color: 4820093.

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

Color convert

RGB12514073-
CMYK0.1100.480.45
HSL73.43º31.46%41.76%-
HSV(B)73.43º47.86%54.9%-
XYZ19.0423.69.85-
YUV127.8897.03125.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=36.98%
G=41.42%
B=21.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125140730.1100.480.4573.4331.4641.76
Hex7D8C49B0302D491f2a
Octal17521411113060551113752
Binary111110110001100100100110110110000101101100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,140,73); }

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

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

 a { background-color: rgb(125,140,73); }

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

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

 span { border-color: rgb(125,140,73); }

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