#78863C

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

Shades of Wasabi #78863C

Tints of Wasabi #78863C

Color information

#78863C (or 0x78863C) is unknown color: approx Wasabi. HEX triplet: 78, 86 and 3C. RGB value is (120,134,60). Sum of RGB (Red+Green+Blue) = 120+134+60=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #78863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78863C is #8779C3. Grayscale: #797979. Windows color (decimal): -8878532 or 3966584. OLE color: 3966584.

HSL color Cylindrical-coordinate representation of color #78863C: hue angle of 71.35º 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 #78863C is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB12013460-
CMYK0.1000.550.47
HSL71.35º38.14%38.04%-
HSV(B)71.35º55.22%52.55%-
XYZ17.0921.377.5-
YUV121.3893.36127.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=38.22%
G=42.68%
B=19.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120134600.1000.550.4771.3538.1438.04
Hex78863CA0372F472626
Octal1702067412067571074646
Binary111100010000110111100101001101111011111000111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78863C; }

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

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

<style>
 a { background-color: #78863C; }

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

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

<style>
 span { border-color: #78863C; }

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

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