#7D9147

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

Shades of Wasabi #7D9147

Tints of Wasabi #7D9147

Color information

#7D9147 (or 0x7D9147) is unknown color: approx Wasabi. HEX triplet: 7D, 91 and 47. RGB value is (125,145,71). Sum of RGB (Red+Green+Blue) = 125+145+71=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9147 is #826EB8. Grayscale: #828282. Windows color (decimal): -8548025 or 4690301. OLE color: 4690301.

HSL color Cylindrical-coordinate representation of color #7D9147: hue angle of 76.22º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D9147 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB12514571-
CMYK0.1400.510.43
HSL76.22º34.26%42.35%-
HSV(B)76.22º51.03%56.86%-
XYZ19.7225.079.76-
YUV130.5894.37124.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.66%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 71 (28.12% from 255) = 20.82%
R=36.66%
G=42.52%
B=20.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145710.1400.510.4376.2234.2642.35
Hex7D9147E0332B4c222a
Octal17522110716063531144252
Binary1111101100100011000111111001100111010111001100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,145,71); }

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

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

 a { background-color: rgb(125,145,71); }

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

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

 span { border-color: rgb(125,145,71); }

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