#7D9345

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

Shades of Wasabi #7D9345

Tints of Wasabi #7D9345

Color information

#7D9345 (or 0x7D9345) is unknown color: approx Wasabi. HEX triplet: 7D, 93 and 45. RGB value is (125,147,69). Sum of RGB (Red+Green+Blue) = 125+147+69=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9345 is #826CBA. Grayscale: #838383. Windows color (decimal): -8547515 or 4559741. OLE color: 4559741.

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

Color convert

RGB12514769-
CMYK0.1500.530.42
HSL76.92º36.11%42.35%-
HSV(B)76.92º53.06%57.65%-
XYZ19.9725.669.53-
YUV131.5392.71123.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.66%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=36.66%
G=43.11%
B=20.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125147690.1500.530.4276.9236.1142.35
Hex7D9345F0352A4d242a
Octal17522310517065521154452
Binary1111101100100111000101111101101011010101001101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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