#7D8445

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

Shades of Wasabi #7D8445

Tints of Wasabi #7D8445

Color information

#7D8445 (or 0x7D8445) is unknown color: approx Wasabi. HEX triplet: 7D, 84 and 45. RGB value is (125,132,69). Sum of RGB (Red+Green+Blue) = 125+132+69=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8445 is #827BBA. Grayscale: #7A7A7A. Windows color (decimal): -8551355 or 4555901. OLE color: 4555901.

HSL color Cylindrical-coordinate representation of color #7D8445: hue angle of 66.67º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8445 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB12513269-
CMYK0.0500.480.48
HSL66.67º31.34%39.41%-
HSV(B)66.67º47.73%51.76%-
XYZ17.7821.298.8-
YUV122.7297.68129.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.34%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=38.34%
G=40.49%
B=21.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125132690.0500.480.4866.6731.3439.41
Hex7D8445503030431f27
Octal1752041055060601033747
Binary11111011000010010001011010110000110000100001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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