#788245

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

Shades of Wasabi #788245

Tints of Wasabi #788245

Color information

#788245 (or 0x788245) is unknown color: approx Wasabi. HEX triplet: 78, 82 and 45. RGB value is (120,130,69). Sum of RGB (Red+Green+Blue) = 120+130+69=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #788245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788245 is #877DBA. Grayscale: #787878. Windows color (decimal): -8879547 or 4555384. OLE color: 4555384.

HSL color Cylindrical-coordinate representation of color #788245: hue angle of 69.84º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788245 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB12013069-
CMYK0.0800.470.49
HSL69.84º30.65%39.02%-
HSV(B)69.84º46.92%50.98%-
XYZ16.820.398.68-
YUV120.0699.19127.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=37.62%
G=40.75%
B=21.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120130690.0800.470.4969.8430.6539.02
Hex788245802F31461f27
Octal17020210510057611063747
Binary111100010000010100010110000101111110001100011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788245; }

 p { color: rgb(120,130,69); }

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

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

 a { background-color: rgb(120,130,69); }

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

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

 span { border-color: rgb(120,130,69); }

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