#7D8140

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

Shades of Wasabi #7D8140

Tints of Wasabi #7D8140

Color information

#7D8140 (or 0x7D8140) is unknown color: approx Wasabi. HEX triplet: 7D, 81 and 40. RGB value is (125,129,64). Sum of RGB (Red+Green+Blue) = 125+129+64=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8140 is #827EBF. Grayscale: #787878. Windows color (decimal): -8552128 or 4227453. OLE color: 4227453.

HSL color Cylindrical-coordinate representation of color #7D8140: hue angle of 63.69º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8140 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12512964-
CMYK0.0300.500.49
HSL63.69º33.68%37.84%-
HSV(B)63.69º50.39%50.59%-
XYZ17.2320.437.89-
YUV120.3996.17131.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.31%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=39.31%
G=40.57%
B=20.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129640.0300.500.4963.6933.6837.84
Hex7D8140303231402226
Octal1752011003062611004246
Binary11111011000000110000001101100101100011000000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,64); }

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

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

 a { background-color: rgb(125,129,64); }

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

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

 span { border-color: rgb(125,129,64); }

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