#7D9640

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

Shades of Wasabi #7D9640

Tints of Wasabi #7D9640

Color information

#7D9640 (or 0x7D9640) is unknown color: approx Wasabi. HEX triplet: 7D, 96 and 40. RGB value is (125,150,64). Sum of RGB (Red+Green+Blue) = 125+150+64=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9640 is #8269BF. Grayscale: #858585. Windows color (decimal): -8546752 or 4232829. OLE color: 4232829.

HSL color Cylindrical-coordinate representation of color #7D9640: hue angle of 77.44º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D9640 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB12515064-
CMYK0.1700.570.41
HSL77.44º40.19%41.96%-
HSV(B)77.44º57.33%58.82%-
XYZ20.2926.548.9-
YUV132.7289.22122.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=36.87%
G=44.25%
B=18.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125150640.1700.570.4177.4440.1941.96
Hex7D964011039294d282a
Octal17522610021071511155052
Binary11111011001011010000001000101110011010011001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,150,64); }

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

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

 a { background-color: rgb(125,150,64); }

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

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

 span { border-color: rgb(125,150,64); }

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