#7D8444

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

Shades of Wasabi #7D8444

Tints of Wasabi #7D8444

Color information

#7D8444 (or 0x7D8444) is unknown color: approx Wasabi. HEX triplet: 7D, 84 and 44. RGB value is (125,132,68). Sum of RGB (Red+Green+Blue) = 125+132+68=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8444 is #827BBB. Grayscale: #7A7A7A. Windows color (decimal): -8551356 or 4490365. OLE color: 4490365.

HSL color Cylindrical-coordinate representation of color #7D8444: hue angle of 66.56º degrees, saturation: 0.32, 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 #7D8444 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB12513268-
CMYK0.0500.480.48
HSL66.56º32%39.22%-
HSV(B)66.56º48.48%51.76%-
XYZ17.7521.288.64-
YUV122.6197.18129.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=38.46%
G=40.62%
B=20.92%

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
Decimal125132680.0500.480.4866.563239.22
Hex7D8444503030432027
Octal1752041045060601034047
Binary111110110000100100010010101100001100001000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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