#779629

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

Shades of Sushi #779629

Tints of Sushi #779629

Color information

#779629 (or 0x779629) is unknown color: approx Sushi. HEX triplet: 77, 96 and 29. RGB value is (119,150,41). Sum of RGB (Red+Green+Blue) = 119+150+41=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #779629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779629 is #8869D6. Grayscale: #808080. Windows color (decimal): -8939991 or 2725495. OLE color: 2725495.

HSL color Cylindrical-coordinate representation of color #779629: hue angle of 77.06º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #779629 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB11915041-
CMYK0.2100.730.41
HSL77.06º57.07%37.45%-
HSV(B)77.06º72.67%58.82%-
XYZ18.9125.896.1-
YUV128.378.73121.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 150 (58.98% from 255) = 48.39%
BLUE value IS 41 (16.41% from 255) = 13.23%
R=38.39%
G=48.39%
B=13.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119150410.2100.730.4177.0657.0737.45
Hex77962915049294d3925
Octal16722651250111511157145
Binary11101111001011010100110101010010011010011001101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779629; }

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

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

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

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

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

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

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

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