#788345

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

Shades of Wasabi #788345

Tints of Wasabi #788345

Color information

#788345 (or 0x788345) is unknown color: approx Wasabi. HEX triplet: 78, 83 and 45. RGB value is (120,131,69). Sum of RGB (Red+Green+Blue) = 120+131+69=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #788345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788345 is #877CBA. Grayscale: #787878. Windows color (decimal): -8879291 or 4555640. OLE color: 4555640.

HSL color Cylindrical-coordinate representation of color #788345: hue angle of 70.65º 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 #788345 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB12013169-
CMYK0.0800.470.49
HSL70.65º31%39.22%-
HSV(B)70.65º47.33%51.37%-
XYZ16.9420.668.72-
YUV120.6498.86127.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=37.5%
G=40.94%
B=21.56%

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
Decimal120131690.0800.470.4970.653139.22
Hex788345802F31471f27
Octal17020310510057611073747
Binary111100010000011100010110000101111110001100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788345; }

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

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

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

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

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

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

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

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