#778E34

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

Shades of Wasabi #778E34

Tints of Wasabi #778E34

Color information

#778E34 (or 0x778E34) is unknown color: approx Wasabi. HEX triplet: 77, 8E and 34. RGB value is (119,142,52). Sum of RGB (Red+Green+Blue) = 119+142+52=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #778E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778E34 is #8871CB. Grayscale: #7D7D7D. Windows color (decimal): -8942028 or 3444343. OLE color: 3444343.

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

Color convert

RGB11914252-
CMYK0.1600.630.44
HSL75.33º46.39%38.04%-
HSV(B)75.33º63.38%55.69%-
XYZ17.923.526.84-
YUV124.8686.88123.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 142 (55.86% from 255) = 45.37%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=38.02%
G=45.37%
B=16.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119142520.1600.630.4475.3346.3938.04
Hex778E341003F2C4b2e26
Octal1672166420077541135646
Binary1110111100011101101001000001111111011001001011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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