#7D9343

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

Shades of Wasabi #7D9343

Tints of Wasabi #7D9343

Color information

#7D9343 (or 0x7D9343) is unknown color: approx Wasabi. HEX triplet: 7D, 93 and 43. RGB value is (125,147,67). Sum of RGB (Red+Green+Blue) = 125+147+67=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9343 is #826CBC. Grayscale: #838383. Windows color (decimal): -8547517 or 4428669. OLE color: 4428669.

HSL color Cylindrical-coordinate representation of color #7D9343: hue angle of 76.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D9343 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB12514767-
CMYK0.1500.540.42
HSL76.5º37.38%41.96%-
HSV(B)76.5º54.42%57.65%-
XYZ19.925.639.21-
YUV131.391.71123.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=36.87%
G=43.36%
B=19.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125147670.1500.540.4276.537.3841.96
Hex7D9343F0362A4c252a
Octal17522310317066521144552
Binary1111101100100111000011111101101101010101001100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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