#78813D

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

Shades of Wasabi #78813D

Tints of Wasabi #78813D

Color information

#78813D (or 0x78813D) is unknown color: approx Wasabi. HEX triplet: 78, 81 and 3D. RGB value is (120,129,61). Sum of RGB (Red+Green+Blue) = 120+129+61=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #78813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78813D is #877EC2. Grayscale: #767676. Windows color (decimal): -8879811 or 4030840. OLE color: 4030840.

HSL color Cylindrical-coordinate representation of color #78813D: hue angle of 67.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78813D is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB12012961-
CMYK0.0700.530.49
HSL67.94º35.79%37.25%-
HSV(B)67.94º52.71%50.59%-
XYZ16.4420.037.41-
YUV118.5695.52129.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=38.71%
G=41.61%
B=19.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120129610.0700.530.4967.9435.7937.25
Hex78813D703531442425
Octal170201757065611044445
Binary11110001000000111110111101101011100011000100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78813D; }

 p { color: rgb(120,129,61); }

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

<style>
 a { background-color: #78813D; }

 a { background-color: rgb(120,129,61); }

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

<style>
 span { border-color: #78813D; }

 span { border-color: rgb(120,129,61); }

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