#7D8246

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

Shades of Wasabi #7D8246

Tints of Wasabi #7D8246

Color information

#7D8246 (or 0x7D8246) is unknown color: approx Wasabi. HEX triplet: 7D, 82 and 46. RGB value is (125,130,70). Sum of RGB (Red+Green+Blue) = 125+130+70=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8246 is #827DB9. Grayscale: #797979. Windows color (decimal): -8551866 or 4620925. OLE color: 4620925.

HSL color Cylindrical-coordinate representation of color #7D8246: hue angle of 65º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D8246 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12513070-
CMYK0.0400.460.49
HSL65º30%39.22%-
HSV(B)65º46.15%50.98%-
XYZ17.5520.778.88-
YUV121.6698.84130.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=38.46%
G=40%
B=21.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130700.0400.460.49653039.22
Hex7D8246402E31411e27
Octal1752021064056611013647
Binary11111011000001010001101000101110110001100000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,70); }

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

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

 a { background-color: rgb(125,130,70); }

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

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

 span { border-color: rgb(125,130,70); }

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