#778F40

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

Shades of Wasabi #778F40

Tints of Wasabi #778F40

Color information

#778F40 (or 0x778F40) is unknown color: approx Wasabi. HEX triplet: 77, 8F and 40. RGB value is (119,143,64). Sum of RGB (Red+Green+Blue) = 119+143+64=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #778F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F40 is #8870BF. Grayscale: #7F7F7F. Windows color (decimal): -8941760 or 4231031. OLE color: 4231031.

HSL color Cylindrical-coordinate representation of color #778F40: hue angle of 78.23º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #778F40 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB11914364-
CMYK0.1700.550.44
HSL78.23º38.16%40.59%-
HSV(B)78.23º55.24%56.08%-
XYZ18.3623.948.5-
YUV126.8292.55122.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=36.50%
G=43.87%
B=19.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119143640.1700.550.4478.2338.1640.59
Hex778F40110372C4e2629
Octal16721710021067541164651
Binary11101111000111110000001000101101111011001001110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778F40; }

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

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

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

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

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

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

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

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