#7C863C

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

Shades of Wasabi #7C863C

Tints of Wasabi #7C863C

Color information

#7C863C (or 0x7C863C) is unknown color: approx Wasabi. HEX triplet: 7C, 86 and 3C. RGB value is (124,134,60). Sum of RGB (Red+Green+Blue) = 124+134+60=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #7C863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C863C is #8379C3. Grayscale: #7A7A7A. Windows color (decimal): -8616388 or 3966588. OLE color: 3966588.

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

Color convert

RGB12413460-
CMYK0.0700.550.47
HSL68.11º38.14%38.04%-
HSV(B)68.11º55.22%52.55%-
XYZ17.6521.667.53-
YUV122.5792.69129.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=38.99%
G=42.14%
B=18.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124134600.0700.550.4768.1138.1438.04
Hex7C863C70372F442626
Octal174206747067571044646
Binary11111001000011011110011101101111011111000100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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