#778438

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

Shades of Wasabi #778438

Tints of Wasabi #778438

Color information

#778438 (or 0x778438) is unknown color: approx Wasabi. HEX triplet: 77, 84 and 38. RGB value is (119,132,56). Sum of RGB (Red+Green+Blue) = 119+132+56=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #778438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778438 is #887BC7. Grayscale: #777777. Windows color (decimal): -8944584 or 3703927. OLE color: 3703927.

HSL color Cylindrical-coordinate representation of color #778438: hue angle of 70.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #778438 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB11913256-
CMYK0.1000.580.48
HSL70.26º40.43%36.86%-
HSV(B)70.26º57.58%51.76%-
XYZ16.5720.716.87-
YUV119.4592.19127.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=38.76%
G=43.00%
B=18.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119132560.1000.580.4870.2640.4336.86
Hex778438A03A30462825
Octal1672047012072601065045
Binary111011110000100111000101001110101100001000110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778438; }

 p { color: rgb(119,132,56); }

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

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

 a { background-color: rgb(119,132,56); }

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

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

 span { border-color: rgb(119,132,56); }

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