#7C8947

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

Shades of Wasabi #7C8947

Tints of Wasabi #7C8947

Color information

#7C8947 (or 0x7C8947) is unknown color: approx Wasabi. HEX triplet: 7C, 89 and 47. RGB value is (124,137,71). Sum of RGB (Red+Green+Blue) = 124+137+71=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8947 is #8376B8. Grayscale: #7D7D7D. Windows color (decimal): -8615609 or 4688252. OLE color: 4688252.

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

Color convert

RGB12413771-
CMYK0.0900.480.46
HSL71.82º31.73%40.78%-
HSV(B)71.82º48.18%53.73%-
XYZ18.422.639.36-
YUV125.5997.19126.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=37.35%
G=41.27%
B=21.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124137710.0900.480.4671.8231.7340.78
Hex7C894790302E482029
Octal17421110711060561104051
Binary1111100100010011000111100101100001011101001000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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