#788042

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

Shades of Wasabi #788042

Tints of Wasabi #788042

Color information

#788042 (or 0x788042) is unknown color: approx Wasabi. HEX triplet: 78, 80 and 42. RGB value is (120,128,66). Sum of RGB (Red+Green+Blue) = 120+128+66=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #788042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788042 is #877FBD. Grayscale: #767676. Windows color (decimal): -8880062 or 4358264. OLE color: 4358264.

HSL color Cylindrical-coordinate representation of color #788042: hue angle of 67.74º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #788042 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12012866-
CMYK0.0600.480.50
HSL67.74º31.96%38.04%-
HSV(B)67.74º48.44%50.2%-
XYZ16.4519.828.11-
YUV118.5498.35129.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=38.22%
G=40.76%
B=21.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120128660.0600.480.5067.7431.9638.04
Hex788042603032442026
Octal1702001026060621044046
Binary111100010000000100001011001100001100101000100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788042; }

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

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

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

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

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

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

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

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