#7C8645

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

Shades of Wasabi #7C8645

Tints of Wasabi #7C8645

Color information

#7C8645 (or 0x7C8645) is unknown color: approx Wasabi. HEX triplet: 7C, 86 and 45. RGB value is (124,134,69). Sum of RGB (Red+Green+Blue) = 124+134+69=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8645 is #8379BA. Grayscale: #7B7B7B. Windows color (decimal): -8616379 or 4556412. OLE color: 4556412.

HSL color Cylindrical-coordinate representation of color #7C8645: hue angle of 69.23º degrees, saturation: 0.32, 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 #7C8645 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB12413469-
CMYK0.0700.490.47
HSL69.23º32.02%39.8%-
HSV(B)69.23º48.51%52.55%-
XYZ17.9121.768.89-
YUV123.697.19128.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=37.92%
G=40.98%
B=21.10%

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
Decimal124134690.0700.490.4769.2332.0239.8
Hex7C864570312F452028
Octal1742061057061571054050
Binary111110010000110100010111101100011011111000101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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