#7C9043

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

Shades of Wasabi #7C9043

Tints of Wasabi #7C9043

Color information

#7C9043 (or 0x7C9043) is unknown color: approx Wasabi. HEX triplet: 7C, 90 and 43. RGB value is (124,144,67). Sum of RGB (Red+Green+Blue) = 124+144+67=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9043 is #836FBC. Grayscale: #818181. Windows color (decimal): -8613821 or 4427900. OLE color: 4427900.

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

Color convert

RGB12414467-
CMYK0.1400.530.44
HSL75.58º36.49%41.37%-
HSV(B)75.58º53.47%56.47%-
XYZ19.324.649.05-
YUV129.2492.87124.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 67 (26.56% from 255) = 20%
R=37.01%
G=42.99%
B=20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124144670.1400.530.4475.5836.4941.37
Hex7C9043E0352C4c2429
Octal17422010316065541144451
Binary1111100100100001000011111001101011011001001100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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