#7C8C3C

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

Shades of Wasabi #7C8C3C

Tints of Wasabi #7C8C3C

Color information

#7C8C3C (or 0x7C8C3C) is unknown color: approx Wasabi. HEX triplet: 7C, 8C and 3C. RGB value is (124,140,60). Sum of RGB (Red+Green+Blue) = 124+140+60=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C3C is #8373C3. Grayscale: #7E7E7E. Windows color (decimal): -8614852 or 3968124. OLE color: 3968124.

HSL color Cylindrical-coordinate representation of color #7C8C3C: hue angle of 72º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C8C3C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB12414060-
CMYK0.1100.570.45
HSL72º40%39.22%-
HSV(B)72º57.14%54.9%-
XYZ18.5123.377.81-
YUV126.190.7126.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=38.27%
G=43.21%
B=18.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140600.1100.570.45724039.22
Hex7C8C3CB0392D482827
Octal1742147413071551105047
Binary111110010001100111100101101110011011011001000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,60); }

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

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

 a { background-color: rgb(124,140,60); }

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

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

 span { border-color: rgb(124,140,60); }

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