#7C9643

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

Shades of Wasabi #7C9643

Tints of Wasabi #7C9643

Color information

#7C9643 (or 0x7C9643) is unknown color: approx Wasabi. HEX triplet: 7C, 96 and 43. RGB value is (124,150,67). Sum of RGB (Red+Green+Blue) = 124+150+67=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9643 is #8369BC. Grayscale: #858585. Windows color (decimal): -8612285 or 4429436. OLE color: 4429436.

HSL color Cylindrical-coordinate representation of color #7C9643: hue angle of 78.8º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C9643 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB12415067-
CMYK0.1700.550.41
HSL78.8º38.25%42.55%-
HSV(B)78.8º55.33%58.82%-
XYZ20.2326.59.36-
YUV132.7690.89121.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=36.36%
G=43.99%
B=19.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124150670.1700.550.4178.838.2542.55
Hex7C964311037294f262b
Octal17422610321067511174653
Binary11111001001011010000111000101101111010011001111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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