#788B49

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

Shades of Wasabi #788B49

Tints of Wasabi #788B49

Color information

#788B49 (or 0x788B49) is unknown color: approx Wasabi. HEX triplet: 78, 8B and 49. RGB value is (120,139,73). Sum of RGB (Red+Green+Blue) = 120+139+73=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #788B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B49 is #8774B6. Grayscale: #7E7E7E. Windows color (decimal): -8877239 or 4819832. OLE color: 4819832.

HSL color Cylindrical-coordinate representation of color #788B49: hue angle of 77.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788B49 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB12013973-
CMYK0.1400.470.45
HSL77.27º31.13%41.57%-
HSV(B)77.27º47.48%54.51%-
XYZ18.1822.949.77-
YUV125.7998.21123.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=36.14%
G=41.87%
B=21.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120139730.1400.470.4577.2731.1341.57
Hex788B49E02F2D4d1f2a
Octal17021311116057551153752
Binary111100010001011100100111100101111101101100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788B49; }

 p { color: rgb(120,139,73); }

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

<style>
 a { background-color: #788B49; }

 a { background-color: rgb(120,139,73); }

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

<style>
 span { border-color: #788B49; }

 span { border-color: rgb(120,139,73); }

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