#7C8740

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

Shades of Wasabi #7C8740

Tints of Wasabi #7C8740

Color information

#7C8740 (or 0x7C8740) is unknown color: approx Wasabi. HEX triplet: 7C, 87 and 40. RGB value is (124,135,64). Sum of RGB (Red+Green+Blue) = 124+135+64=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8740 is #8378BF. Grayscale: #7B7B7B. Windows color (decimal): -8616128 or 4228988. OLE color: 4228988.

HSL color Cylindrical-coordinate representation of color #7C8740: hue angle of 69.3º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C8740 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB12413564-
CMYK0.0800.530.47
HSL69.3º35.68%39.02%-
HSV(B)69.3º52.59%52.94%-
XYZ17.921.988.15-
YUV123.6294.36128.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=38.39%
G=41.80%
B=19.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135640.0800.530.4769.335.6839.02
Hex7C874080352F452427
Octal17420710010065571054447
Binary1111100100001111000000100001101011011111000101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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