#778B2E

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

Shades of Wasabi #778B2E

Tints of Wasabi #778B2E

Color information

#778B2E (or 0x778B2E) is unknown color: approx Wasabi. HEX triplet: 77, 8B and 2E. RGB value is (119,139,46). Sum of RGB (Red+Green+Blue) = 119+139+46=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #778B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B2E is #8874D1. Grayscale: #7A7A7A. Windows color (decimal): -8942802 or 3050359. OLE color: 3050359.

HSL color Cylindrical-coordinate representation of color #778B2E: hue angle of 72.9º degrees, saturation: 0.5, 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 #778B2E is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB11913946-
CMYK0.1400.670.45
HSL72.9º50.27%36.27%-
HSV(B)72.9º66.91%54.51%-
XYZ17.3322.586.03-
YUV122.4284.87125.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=39.14%
G=45.72%
B=15.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119139460.1400.670.4572.950.2736.27
Hex778B2EE0432D493224
Octal16721356160103551116244
Binary1110111100010111011101110010000111011011001001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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