#778E31

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

Shades of Wasabi #778E31

Tints of Wasabi #778E31

Color information

#778E31 (or 0x778E31) is unknown color: approx Wasabi. HEX triplet: 77, 8E and 31. RGB value is (119,142,49). Sum of RGB (Red+Green+Blue) = 119+142+49=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #778E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778E31 is #8871CE. Grayscale: #7C7C7C. Windows color (decimal): -8942031 or 3247735. OLE color: 3247735.

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

Color convert

RGB11914249-
CMYK0.1600.650.44
HSL74.84º48.69%37.45%-
HSV(B)74.84º65.49%55.69%-
XYZ17.8423.496.5-
YUV124.5285.38124.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=38.39%
G=45.81%
B=15.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119142490.1600.650.4474.8448.6937.45
Hex778E31100412C4b3125
Octal16721661200101541136145
Binary11101111000111011000110000010000011011001001011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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