#779148

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

Shades of Wasabi #779148

Tints of Wasabi #779148

Color information

#779148 (or 0x779148) is unknown color: approx Wasabi. HEX triplet: 77, 91 and 48. RGB value is (119,145,72). Sum of RGB (Red+Green+Blue) = 119+145+72=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #779148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779148 is #886EB7. Grayscale: #818181. Windows color (decimal): -8941240 or 4755831. OLE color: 4755831.

HSL color Cylindrical-coordinate representation of color #779148: hue angle of 81.37º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779148 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB11914572-
CMYK0.1800.500.43
HSL81.37º33.64%42.55%-
HSV(B)81.37º50.34%56.86%-
XYZ18.924.649.89-
YUV128.995.89120.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=35.42%
G=43.15%
B=21.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145720.1800.500.4381.3733.6442.55
Hex779148120322B51222b
Octal16722111022062531214253
Binary11101111001000110010001001001100101010111010001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779148; }

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

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

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

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

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

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

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

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