#7D9341

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

Shades of Wasabi #7D9341

Tints of Wasabi #7D9341

Color information

#7D9341 (or 0x7D9341) is unknown color: approx Wasabi. HEX triplet: 7D, 93 and 41. RGB value is (125,147,65). Sum of RGB (Red+Green+Blue) = 125+147+65=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9341 is #826CBE. Grayscale: #838383. Windows color (decimal): -8547519 or 4297597. OLE color: 4297597.

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

Color convert

RGB12514765-
CMYK0.1500.560.42
HSL76.1º38.68%41.57%-
HSV(B)76.1º55.78%57.65%-
XYZ19.8525.618.9-
YUV131.0790.71123.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=37.09%
G=43.62%
B=19.29%

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
Decimal125147650.1500.560.4276.138.6841.57
Hex7D9341F0382A4c272a
Octal17522310117070521144752
Binary1111101100100111000001111101110001010101001100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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