#778540

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

Shades of Wasabi #778540

Tints of Wasabi #778540

Color information

#778540 (or 0x778540) is unknown color: approx Wasabi. HEX triplet: 77, 85 and 40. RGB value is (119,133,64). Sum of RGB (Red+Green+Blue) = 119+133+64=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #778540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778540 is #887ABF. Grayscale: #797979. Windows color (decimal): -8944320 or 4228471. OLE color: 4228471.

HSL color Cylindrical-coordinate representation of color #778540: hue angle of 72.17º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778540 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB11913364-
CMYK0.1100.520.48
HSL72.17º35.03%38.63%-
HSV(B)72.17º51.88%52.16%-
XYZ16.9221.078.03-
YUV120.9595.86126.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 64 (25.39% from 255) = 20.25%
R=37.66%
G=42.09%
B=20.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133640.1100.520.4872.1735.0338.63
Hex778540B03430482327
Octal16720510013064601104347
Binary1110111100001011000000101101101001100001001000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778540; }

 p { color: rgb(119,133,64); }

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

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

 a { background-color: rgb(119,133,64); }

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

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

 span { border-color: rgb(119,133,64); }

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