#7C8942

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

Shades of Wasabi #7C8942

Tints of Wasabi #7C8942

Color information

#7C8942 (or 0x7C8942) is unknown color: approx Wasabi. HEX triplet: 7C, 89 and 42. RGB value is (124,137,66). Sum of RGB (Red+Green+Blue) = 124+137+66=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8942 is #8376BD. Grayscale: #7D7D7D. Windows color (decimal): -8615614 or 4360572. OLE color: 4360572.

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

Color convert

RGB12413766-
CMYK0.0900.520.46
HSL70.99º34.98%39.8%-
HSV(B)70.99º51.82%53.73%-
XYZ18.2422.578.55-
YUV125.0294.69127.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=37.92%
G=41.90%
B=20.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124137660.0900.520.4670.9934.9839.8
Hex7C894290342E472328
Octal17421110211064561074350
Binary1111100100010011000010100101101001011101000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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