#778140

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

Shades of Wasabi #778140

Tints of Wasabi #778140

Color information

#778140 (or 0x778140) is unknown color: approx Wasabi. HEX triplet: 77, 81 and 40. RGB value is (119,129,64). Sum of RGB (Red+Green+Blue) = 119+129+64=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #778140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778140 is #887EBF. Grayscale: #767676. Windows color (decimal): -8945344 or 4227447. OLE color: 4227447.

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

Color convert

RGB11912964-
CMYK0.0800.500.49
HSL69.23º33.68%37.84%-
HSV(B)69.23º50.39%50.59%-
XYZ16.3819.997.85-
YUV118.697.19128.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=38.14%
G=41.35%
B=20.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119129640.0800.500.4969.2333.6837.84
Hex778140803231452226
Octal16720110010062611054246
Binary1110111100000011000000100001100101100011000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778140; }

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

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

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

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

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

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

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

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