#779b26

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

Shades of Sushi #779B26

Tints of Sushi #779B26

Color information

#779B26 (or 0x779B26) is unknown color: approx Sushi. HEX triplet: 77, 9B and 26. RGB value is (119,155,38). Sum of RGB (Red+Green+Blue) = 119+155+38=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #779B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B26 is #8864D9. Grayscale: #838383. Windows color (decimal): -8938714 or 2530167. OLE color: 2530167.

HSL color Cylindrical-coordinate representation of color #779B26: hue angle of 78.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #779B26 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB11915538-
CMYK0.2300.750.39
HSL78.46º60.62%37.84%-
HSV(B)78.46º75.48%60.78%-
XYZ19.6827.56.11-
YUV130.975.57119.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=38.14%
G=49.68%
B=12.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119155380.2300.750.3978.4660.6237.84
Hex779B261704B274e3d26
Octal16723346270113471167546
Binary11101111001101110011010111010010111001111001110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779b26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,155,38); }

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

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

 a { background-color: rgb(119,155,38); }

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

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

 span { border-color: rgb(119,155,38); }

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