#7c8946

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

Shades of Wasabi #7C8946

Tints of Wasabi #7C8946

Color information

#7C8946 (or 0x7C8946) is unknown color: approx Wasabi. HEX triplet: 7C, 89 and 46. RGB value is (124,137,70). Sum of RGB (Red+Green+Blue) = 124+137+70=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8946 is #8376B9. Grayscale: #7D7D7D. Windows color (decimal): -8615610 or 4622716. OLE color: 4622716.

HSL color Cylindrical-coordinate representation of color #7C8946: hue angle of 71.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8946 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB12413770-
CMYK0.0900.490.46
HSL71.64º32.37%40.59%-
HSV(B)71.64º48.91%53.73%-
XYZ18.3622.629.19-
YUV125.4896.69126.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=37.46%
G=41.39%
B=21.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124137700.0900.490.4671.6432.3740.59
Hex7C894690312E482029
Octal17421110611061561104051
Binary1111100100010011000110100101100011011101001000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c8946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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