#788342

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

Shades of Wasabi #788342

Tints of Wasabi #788342

Color information

#788342 (or 0x788342) is unknown color: approx Wasabi. HEX triplet: 78, 83 and 42. RGB value is (120,131,66). Sum of RGB (Red+Green+Blue) = 120+131+66=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #788342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788342 is #877CBD. Grayscale: #787878. Windows color (decimal): -8879294 or 4359032. OLE color: 4359032.

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

Color convert

RGB12013166-
CMYK0.0800.500.49
HSL70.15º32.99%38.63%-
HSV(B)70.15º49.62%51.37%-
XYZ16.8520.628.25-
YUV120.397.36127.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=37.85%
G=41.32%
B=20.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120131660.0800.500.4970.1532.9938.63
Hex788342803231462127
Octal17020310210062611064147
Binary1111000100000111000010100001100101100011000110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788342; }

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

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

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

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

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

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

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

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