#779940

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

Shades of Sushi #779940

Tints of Sushi #779940

Color information

#779940 (or 0x779940) is unknown color: approx Sushi. HEX triplet: 77, 99 and 40. RGB value is (119,153,64). Sum of RGB (Red+Green+Blue) = 119+153+64=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #779940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779940 is #8866BF. Grayscale: #858585. Windows color (decimal): -8939200 or 4233591. OLE color: 4233591.

HSL color Cylindrical-coordinate representation of color #779940: hue angle of 82.92º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #779940 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB11915364-
CMYK0.2200.580.4
HSL82.92º41.01%42.55%-
HSV(B)82.92º58.17%60%-
XYZ19.9227.079.03-
YUV132.6989.24118.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=35.42%
G=45.54%
B=19.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119153640.2200.580.482.9241.0142.55
Hex7799401603A2853292b
Octal16723110026072501235153
Binary11101111001100110000001011001110101010001010011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779940; }

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

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

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

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

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

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

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

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