#778948

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

Shades of Wasabi #778948

Tints of Wasabi #778948

Color information

#778948 (or 0x778948) is unknown color: approx Wasabi. HEX triplet: 77, 89 and 48. RGB value is (119,137,72). Sum of RGB (Red+Green+Blue) = 119+137+72=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #778948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778948 is #8876B7. Grayscale: #7C7C7C. Windows color (decimal): -8943288 or 4753783. OLE color: 4753783.

HSL color Cylindrical-coordinate representation of color #778948: hue angle of 76.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778948 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB11913772-
CMYK0.1300.470.46
HSL76.62º31.1%40.98%-
HSV(B)76.62º47.45%53.73%-
XYZ17.7222.289.5-
YUV124.2198.54124.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=36.28%
G=41.77%
B=21.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119137720.1300.470.4676.6231.140.98
Hex778948D02F2E4d1f29
Octal16721111015057561153751
Binary111011110001001100100011010101111101110100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778948; }

 p { color: rgb(119,137,72); }

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

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

 a { background-color: rgb(119,137,72); }

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

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

 span { border-color: rgb(119,137,72); }

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