#778242

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

Shades of Wasabi #778242

Tints of Wasabi #778242

Color information

#778242 (or 0x778242) is unknown color: approx Wasabi. HEX triplet: 77, 82 and 42. RGB value is (119,130,66). Sum of RGB (Red+Green+Blue) = 119+130+66=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #778242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778242 is #887DBD. Grayscale: #777777. Windows color (decimal): -8945086 or 4358775. OLE color: 4358775.

HSL color Cylindrical-coordinate representation of color #778242: hue angle of 70.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #778242 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB11913066-
CMYK0.0800.490.49
HSL70.31º32.65%38.43%-
HSV(B)70.31º49.23%50.98%-
XYZ16.5720.288.2-
YUV119.4297.86127.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=37.78%
G=41.27%
B=20.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130660.0800.490.4970.3132.6538.43
Hex778242803131462126
Octal16720210210061611064146
Binary1110111100000101000010100001100011100011000110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778242; }

 p { color: rgb(119,130,66); }

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

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

 a { background-color: rgb(119,130,66); }

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

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

 span { border-color: rgb(119,130,66); }

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