#779D29

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

Shades of Sushi #779D29

Tints of Sushi #779D29

Color information

#779D29 (or 0x779D29) is unknown color: approx Sushi. HEX triplet: 77, 9D and 29. RGB value is (119,157,41). Sum of RGB (Red+Green+Blue) = 119+157+41=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #779D29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D29 is #8862D6. Grayscale: #848484. Windows color (decimal): -8938199 or 2727287. OLE color: 2727287.

HSL color Cylindrical-coordinate representation of color #779D29: hue angle of 79.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #779D29 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB11915741-
CMYK0.2400.740.38
HSL79.66º58.59%38.82%-
HSV(B)79.66º73.89%61.57%-
XYZ20.0628.26.48-
YUV132.4176.41118.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 157 (61.72% from 255) = 49.53%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=37.54%
G=49.53%
B=12.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119157410.2400.740.3879.6658.5938.82
Hex779D291804A26503b27
Octal16723551300112461207347
Binary11101111001110110100111000010010101001101010000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779D29; }

 p { color: rgb(119,157,41); }

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

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

 a { background-color: rgb(119,157,41); }

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

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

 span { border-color: rgb(119,157,41); }

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