#7D8141

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

Shades of Wasabi #7D8141

Tints of Wasabi #7D8141

Color information

#7D8141 (or 0x7D8141) is unknown color: approx Wasabi. HEX triplet: 7D, 81 and 41. RGB value is (125,129,65). Sum of RGB (Red+Green+Blue) = 125+129+65=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8141 is #827EBE. Grayscale: #787878. Windows color (decimal): -8552127 or 4292989. OLE color: 4292989.

HSL color Cylindrical-coordinate representation of color #7D8141: hue angle of 63.75º degrees, saturation: 0.33, 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 #7D8141 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12512965-
CMYK0.0300.500.49
HSL63.75º32.99%38.04%-
HSV(B)63.75º49.61%50.59%-
XYZ17.2620.448.04-
YUV120.5196.67131.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.18%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=39.18%
G=40.44%
B=20.38%

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
Decimal125129650.0300.500.4963.7532.9938.04
Hex7D8141303231402126
Octal1752011013062611004146
Binary11111011000000110000011101100101100011000000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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