#779B35

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

Shades of Sushi #779B35

Tints of Sushi #779B35

Color information

#779B35 (or 0x779B35) is unknown color: approx Sushi. HEX triplet: 77, 9B and 35. RGB value is (119,155,53). Sum of RGB (Red+Green+Blue) = 119+155+53=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #779B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B35 is #8864CA. Grayscale: #848484. Windows color (decimal): -8938699 or 3513207. OLE color: 3513207.

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

Color convert

RGB11915553-
CMYK0.2300.660.39
HSL81.18º49.04%40.78%-
HSV(B)81.18º65.81%60.78%-
XYZ19.9727.627.65-
YUV132.6183.07118.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=36.39%
G=47.40%
B=16.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119155530.2300.660.3981.1849.0440.78
Hex779B351704227513129
Octal16723365270102471216151
Binary11101111001101111010110111010000101001111010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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