#7C904A

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

Shades of Wasabi #7C904A

Tints of Wasabi #7C904A

Color information

#7C904A (or 0x7C904A) is unknown color: approx Wasabi. HEX triplet: 7C, 90 and 4A. RGB value is (124,144,74). Sum of RGB (Red+Green+Blue) = 124+144+74=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #7C904A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C904A is #836FB5. Grayscale: #828282. Windows color (decimal): -8613814 or 4886652. OLE color: 4886652.

HSL color Cylindrical-coordinate representation of color #7C904A: hue angle of 77.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C904A is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB12414474-
CMYK0.1400.490.44
HSL77.14º32.11%42.75%-
HSV(B)77.14º48.61%56.47%-
XYZ19.5224.7310.22-
YUV130.0496.37123.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=36.26%
G=42.11%
B=21.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124144740.1400.490.4477.1432.1142.75
Hex7C904AE0312C4d202b
Octal17422011216061541154053
Binary1111100100100001001010111001100011011001001101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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