#7C9344

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

Shades of Wasabi #7C9344

Tints of Wasabi #7C9344

Color information

#7C9344 (or 0x7C9344) is unknown color: approx Wasabi. HEX triplet: 7C, 93 and 44. RGB value is (124,147,68). Sum of RGB (Red+Green+Blue) = 124+147+68=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9344 is #836CBB. Grayscale: #838383. Windows color (decimal): -8613052 or 4494204. OLE color: 4494204.

HSL color Cylindrical-coordinate representation of color #7C9344: hue angle of 77.47º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C9344 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB12414768-
CMYK0.1600.540.42
HSL77.47º36.74%42.16%-
HSV(B)77.47º53.74%57.65%-
XYZ19.7925.579.36-
YUV131.1292.38122.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=36.58%
G=43.36%
B=20.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124147680.1600.540.4277.4736.7442.16
Hex7C9344100362A4d252a
Octal17422310420066521154552
Binary11111001001001110001001000001101101010101001101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,147,68); }

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

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

 a { background-color: rgb(124,147,68); }

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

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

 span { border-color: rgb(124,147,68); }

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