#7D9145

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

Shades of Wasabi #7D9145

Tints of Wasabi #7D9145

Color information

#7D9145 (or 0x7D9145) is unknown color: approx Wasabi. HEX triplet: 7D, 91 and 45. RGB value is (125,145,69). Sum of RGB (Red+Green+Blue) = 125+145+69=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9145 is #826EBA. Grayscale: #828282. Windows color (decimal): -8548027 or 4559229. OLE color: 4559229.

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

Color convert

RGB12514569-
CMYK0.1400.520.43
HSL75.79º35.51%41.96%-
HSV(B)75.79º52.41%56.86%-
XYZ19.6625.049.43-
YUV130.3693.37124.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=36.87%
G=42.77%
B=20.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145690.1400.520.4375.7935.5141.96
Hex7D9145E0342B4c242a
Octal17522110516064531144452
Binary1111101100100011000101111001101001010111001100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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