#788445

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

Shades of Wasabi #788445

Tints of Wasabi #788445

Color information

#788445 (or 0x788445) is unknown color: approx Wasabi. HEX triplet: 78, 84 and 45. RGB value is (120,132,69). Sum of RGB (Red+Green+Blue) = 120+132+69=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #788445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788445 is #877BBA. Grayscale: #797979. Windows color (decimal): -8879035 or 4555896. OLE color: 4555896.

HSL color Cylindrical-coordinate representation of color #788445: hue angle of 71.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #788445 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB12013269-
CMYK0.0900.480.48
HSL71.43º31.34%39.41%-
HSV(B)71.43º47.73%51.76%-
XYZ17.0720.938.77-
YUV121.2398.52127.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=37.38%
G=41.12%
B=21.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120132690.0900.480.4871.4331.3439.41
Hex788445903030471f27
Octal17020410511060601073747
Binary111100010000100100010110010110000110000100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788445; }

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

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

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

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

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

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

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

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