#7d912c

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

Shades of Wasabi #7D912C

Tints of Wasabi #7D912C

Color information

#7D912C (or 0x7D912C) is unknown color: approx Wasabi. HEX triplet: 7D, 91 and 2C. RGB value is (125,145,44). Sum of RGB (Red+Green+Blue) = 125+145+44=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #7D912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D912C is #826ED3. Grayscale: #7F7F7F. Windows color (decimal): -8548052 or 2920829. OLE color: 2920829.

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

Color convert

RGB12514544-
CMYK0.1400.700.43
HSL71.88º53.44%37.06%-
HSV(B)71.88º69.66%56.86%-
XYZ19.0424.796.16-
YUV127.5180.87126.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=39.81%
G=46.18%
B=14.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145440.1400.700.4371.8853.4437.06
Hex7D912CE0462B483525
Octal17522154160106531106545
Binary1111101100100011011001110010001101010111001000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d912c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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