#7C8743

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

Shades of Wasabi #7C8743

Tints of Wasabi #7C8743

Color information

#7C8743 (or 0x7C8743) is unknown color: approx Wasabi. HEX triplet: 7C, 87 and 43. RGB value is (124,135,67). Sum of RGB (Red+Green+Blue) = 124+135+67=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8743 is #8378BC. Grayscale: #7C7C7C. Windows color (decimal): -8616125 or 4425596. OLE color: 4425596.

HSL color Cylindrical-coordinate representation of color #7C8743: hue angle of 69.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C8743 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB12413567-
CMYK0.0800.500.47
HSL69.71º33.66%39.61%-
HSV(B)69.71º50.37%52.94%-
XYZ17.9922.028.61-
YUV123.9695.86128.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=38.04%
G=41.41%
B=20.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135670.0800.500.4769.7133.6639.61
Hex7C874380322F462228
Octal17420710310062571064250
Binary1111100100001111000011100001100101011111000110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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