#7C9346

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

Shades of Wasabi #7C9346

Tints of Wasabi #7C9346

Color information

#7C9346 (or 0x7C9346) is unknown color: approx Wasabi. HEX triplet: 7C, 93 and 46. RGB value is (124,147,70). Sum of RGB (Red+Green+Blue) = 124+147+70=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9346 is #836CB9. Grayscale: #838383. Windows color (decimal): -8613050 or 4625276. OLE color: 4625276.

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

Color convert

RGB12414770-
CMYK0.1600.520.42
HSL77.92º35.48%42.55%-
HSV(B)77.92º52.38%57.65%-
XYZ19.8525.599.69-
YUV131.3493.38122.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=36.36%
G=43.11%
B=20.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124147700.1600.520.4277.9235.4842.55
Hex7C9346100342A4e232b
Octal17422310620064521164353
Binary11111001001001110001101000001101001010101001110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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