#778240

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

Shades of Wasabi #778240

Tints of Wasabi #778240

Color information

#778240 (or 0x778240) is unknown color: approx Wasabi. HEX triplet: 77, 82 and 40. RGB value is (119,130,64). Sum of RGB (Red+Green+Blue) = 119+130+64=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #778240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778240 is #887DBF. Grayscale: #777777. Windows color (decimal): -8945088 or 4227703. OLE color: 4227703.

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

Color convert

RGB11913064-
CMYK0.0800.510.49
HSL70º34.02%38.04%-
HSV(B)70º50.77%50.98%-
XYZ16.5220.267.89-
YUV119.1996.86127.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=38.02%
G=41.53%
B=20.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130640.0800.510.497034.0238.04
Hex778240803331462226
Octal16720210010063611064246
Binary1110111100000101000000100001100111100011000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778240; }

 p { color: rgb(119,130,64); }

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

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

 a { background-color: rgb(119,130,64); }

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

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

 span { border-color: rgb(119,130,64); }

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