#779532

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

Shades of Sushi #779532

Tints of Sushi #779532

Color information

#779532 (or 0x779532) is unknown color: approx Sushi. HEX triplet: 77, 95 and 32. RGB value is (119,149,50). Sum of RGB (Red+Green+Blue) = 119+149+50=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #779532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779532 is #886ACD. Grayscale: #818181. Windows color (decimal): -8940238 or 3315063. OLE color: 3315063.

HSL color Cylindrical-coordinate representation of color #779532: hue angle of 78.18º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #779532 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB11914950-
CMYK0.2000.660.42
HSL78.18º49.75%39.02%-
HSV(B)78.18º66.44%58.43%-
XYZ18.9325.656.97-
YUV128.7483.56121.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=37.42%
G=46.86%
B=15.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119149500.2000.660.4278.1849.7539.02
Hex779532140422A4e3227
Octal16722562240102521166247
Binary11101111001010111001010100010000101010101001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779532; }

 p { color: rgb(119,149,50); }

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

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

 a { background-color: rgb(119,149,50); }

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

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

 span { border-color: rgb(119,149,50); }

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