#7D8343

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

Shades of Wasabi #7D8343

Tints of Wasabi #7D8343

Color information

#7D8343 (or 0x7D8343) is unknown color: approx Wasabi. HEX triplet: 7D, 83 and 43. RGB value is (125,131,67). Sum of RGB (Red+Green+Blue) = 125+131+67=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #7D8343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8343 is #827CBC. Grayscale: #7A7A7A. Windows color (decimal): -8551613 or 4424573. OLE color: 4424573.

HSL color Cylindrical-coordinate representation of color #7D8343: hue angle of 65.63º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D8343 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB12513167-
CMYK0.0500.490.49
HSL65.63º32.32%38.82%-
HSV(B)65.63º48.85%51.37%-
XYZ17.59218.44-
YUV121.9197.01130.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.70%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 67 (26.56% from 255) = 20.74%
R=38.70%
G=40.56%
B=20.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125131670.0500.490.4965.6332.3238.82
Hex7D8343503131422027
Octal1752031035061611024047
Binary111110110000011100001110101100011100011000010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,131,67); }

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

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

 a { background-color: rgb(125,131,67); }

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

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

 span { border-color: rgb(125,131,67); }

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