#7C8140

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

Shades of Wasabi #7C8140

Tints of Wasabi #7C8140

Color information

#7C8140 (or 0x7C8140) is unknown color: approx Wasabi. HEX triplet: 7C, 81 and 40. RGB value is (124,129,64). Sum of RGB (Red+Green+Blue) = 124+129+64=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8140 is #837EBF. Grayscale: #787878. Windows color (decimal): -8617664 or 4227452. OLE color: 4227452.

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

Color convert

RGB12412964-
CMYK0.0400.500.49
HSL64.62º33.68%37.84%-
HSV(B)64.62º50.39%50.59%-
XYZ17.0920.367.88-
YUV120.196.34130.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.12%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=39.12%
G=40.69%
B=20.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124129640.0400.500.4964.6233.6837.84
Hex7C8140403231412226
Octal1742011004062611014246
Binary111110010000001100000010001100101100011000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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