#7C8D46

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

Shades of Wasabi #7C8D46

Tints of Wasabi #7C8D46

Color information

#7C8D46 (or 0x7C8D46) is unknown color: approx Wasabi. HEX triplet: 7C, 8D and 46. RGB value is (124,141,70). Sum of RGB (Red+Green+Blue) = 124+141+70=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8D46 is #8372B9. Grayscale: #808080. Windows color (decimal): -8614586 or 4623740. OLE color: 4623740.

HSL color Cylindrical-coordinate representation of color #7C8D46: hue angle of 74.37º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C8D46 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB12414170-
CMYK0.1200.500.45
HSL74.37º33.65%41.37%-
HSV(B)74.37º50.35%55.29%-
XYZ18.9423.789.39-
YUV127.8295.37125.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 141 (55.47% from 255) = 42.09%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=37.01%
G=42.09%
B=20.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124141700.1200.500.4574.3733.6541.37
Hex7C8D46C0322D4a2229
Octal17421510614062551124251
Binary1111100100011011000110110001100101011011001010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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