#7C944A

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

Shades of Wasabi #7C944A

Tints of Wasabi #7C944A

Color information

#7C944A (or 0x7C944A) is unknown color: approx Wasabi. HEX triplet: 7C, 94 and 4A. RGB value is (124,148,74). Sum of RGB (Red+Green+Blue) = 124+148+74=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #7C944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C944A is #836BB5. Grayscale: #848484. Windows color (decimal): -8612790 or 4887676. OLE color: 4887676.

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

Color convert

RGB12414874-
CMYK0.1600.500.42
HSL79.46º33.33%43.53%-
HSV(B)79.46º50%58.04%-
XYZ20.1425.9610.43-
YUV132.3995.05122.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=35.84%
G=42.77%
B=21.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148740.1600.500.4279.4633.3343.53
Hex7C944A100322A4f212c
Octal17422411220062521174154
Binary11111001001010010010101000001100101010101001111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,74); }

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

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

 a { background-color: rgb(124,148,74); }

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

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

 span { border-color: rgb(124,148,74); }

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