#778C2E

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

Shades of Wasabi #778C2E

Tints of Wasabi #778C2E

Color information

#778C2E (or 0x778C2E) is unknown color: approx Wasabi. HEX triplet: 77, 8C and 2E. RGB value is (119,140,46). Sum of RGB (Red+Green+Blue) = 119+140+46=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #778C2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C2E is #8873D1. Grayscale: #7B7B7B. Windows color (decimal): -8942546 or 3050615. OLE color: 3050615.

HSL color Cylindrical-coordinate representation of color #778C2E: hue angle of 73.4º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #778C2E is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB11914046-
CMYK0.1500.670.45
HSL73.4º50.54%36.47%-
HSV(B)73.4º67.14%54.9%-
XYZ17.4822.886.08-
YUV12384.54125.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=39.02%
G=45.90%
B=15.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119140460.1500.670.4573.450.5436.47
Hex778C2EF0432D493324
Octal16721456170103551116344
Binary1110111100011001011101111010000111011011001001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,140,46); }

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

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

 a { background-color: rgb(119,140,46); }

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

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

 span { border-color: rgb(119,140,46); }

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