#778D31

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

Shades of Wasabi #778D31

Tints of Wasabi #778D31

Color information

#778D31 (or 0x778D31) is unknown color: approx Wasabi. HEX triplet: 77, 8D and 31. RGB value is (119,141,49). Sum of RGB (Red+Green+Blue) = 119+141+49=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #778D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778D31 is #8872CE. Grayscale: #7C7C7C. Windows color (decimal): -8942287 or 3247479. OLE color: 3247479.

HSL color Cylindrical-coordinate representation of color #778D31: hue angle of 74.35º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #778D31 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB11914149-
CMYK0.1600.650.45
HSL74.35º48.42%37.25%-
HSV(B)74.35º65.25%55.29%-
XYZ17.6923.196.45-
YUV123.9385.71124.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=38.51%
G=45.63%
B=15.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119141490.1600.650.4574.3548.4237.25
Hex778D31100412D4a3025
Octal16721561200101551126045
Binary11101111000110111000110000010000011011011001010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,141,49); }

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

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

 a { background-color: rgb(119,141,49); }

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

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

 span { border-color: rgb(119,141,49); }

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