#7D9340

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

Shades of Wasabi #7D9340

Tints of Wasabi #7D9340

Color information

#7D9340 (or 0x7D9340) is unknown color: approx Wasabi. HEX triplet: 7D, 93 and 40. RGB value is (125,147,64). Sum of RGB (Red+Green+Blue) = 125+147+64=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9340 is #826CBF. Grayscale: #838383. Windows color (decimal): -8547520 or 4232061. OLE color: 4232061.

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

Color convert

RGB12514764-
CMYK0.1500.560.42
HSL75.9º39.34%41.37%-
HSV(B)75.9º56.46%57.65%-
XYZ19.8225.68.75-
YUV130.9690.21123.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=37.20%
G=43.75%
B=19.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125147640.1500.560.4275.939.3441.37
Hex7D9340F0382A4c2729
Octal17522310017070521144751
Binary1111101100100111000000111101110001010101001100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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