#7d9128

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

Shades of Wasabi #7D9128

Tints of Wasabi #7D9128

Color information

#7D9128 (or 0x7D9128) is unknown color: approx Wasabi. HEX triplet: 7D, 91 and 28. RGB value is (125,145,40). Sum of RGB (Red+Green+Blue) = 125+145+40=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9128 is #826ED7. Grayscale: #7F7F7F. Windows color (decimal): -8548056 or 2658685. OLE color: 2658685.

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

Color convert

RGB12514540-
CMYK0.1400.720.43
HSL71.43º56.76%36.27%-
HSV(B)71.43º72.41%56.86%-
XYZ18.9724.765.79-
YUV127.0578.87126.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.32%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=40.32%
G=46.77%
B=12.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145400.1400.720.4371.4356.7636.27
Hex7D9128E0482B473924
Octal17522150160110531077144
Binary1111101100100011010001110010010001010111000111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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