#778740

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

Shades of Wasabi #778740

Tints of Wasabi #778740

Color information

#778740 (or 0x778740) is unknown color: approx Wasabi. HEX triplet: 77, 87 and 40. RGB value is (119,135,64). Sum of RGB (Red+Green+Blue) = 119+135+64=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #778740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778740 is #8878BF. Grayscale: #7A7A7A. Windows color (decimal): -8943808 or 4228983. OLE color: 4228983.

HSL color Cylindrical-coordinate representation of color #778740: hue angle of 73.52º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778740 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB11913564-
CMYK0.1200.530.47
HSL73.52º35.68%39.02%-
HSV(B)73.52º52.59%52.94%-
XYZ17.221.628.12-
YUV122.1295.2125.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=37.42%
G=42.45%
B=20.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119135640.1200.530.4773.5235.6839.02
Hex778740C0352F4a2427
Octal16720710014065571124447
Binary1110111100001111000000110001101011011111001010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778740; }

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

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

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

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

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

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

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

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