#7C8644

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

Shades of Wasabi #7C8644

Tints of Wasabi #7C8644

Color information

#7C8644 (or 0x7C8644) is unknown color: approx Wasabi. HEX triplet: 7C, 86 and 44. RGB value is (124,134,68). Sum of RGB (Red+Green+Blue) = 124+134+68=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8644 is #8379BB. Grayscale: #7B7B7B. Windows color (decimal): -8616380 or 4490876. OLE color: 4490876.

HSL color Cylindrical-coordinate representation of color #7C8644: hue angle of 69.09º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8644 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB12413468-
CMYK0.0700.490.47
HSL69.09º32.67%39.61%-
HSV(B)69.09º49.25%52.55%-
XYZ17.8821.758.73-
YUV123.4996.69128.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=38.04%
G=41.10%
B=20.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124134680.0700.490.4769.0932.6739.61
Hex7C864470312F452128
Octal1742061047061571054150
Binary111110010000110100010011101100011011111000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,134,68); }

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

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

 a { background-color: rgb(124,134,68); }

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

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

 span { border-color: rgb(124,134,68); }

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