#779240

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

Shades of Sushi #779240

Tints of Sushi #779240

Color information

#779240 (or 0x779240) is unknown color: approx Sushi. HEX triplet: 77, 92 and 40. RGB value is (119,146,64). Sum of RGB (Red+Green+Blue) = 119+146+64=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #779240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779240 is #886DBF. Grayscale: #808080. Windows color (decimal): -8940992 or 4231799. OLE color: 4231799.

HSL color Cylindrical-coordinate representation of color #779240: hue angle of 79.76º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #779240 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB11914664-
CMYK0.1800.560.43
HSL79.76º39.05%41.18%-
HSV(B)79.76º56.16%57.25%-
XYZ18.8124.858.66-
YUV128.5891.55121.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=36.17%
G=44.38%
B=19.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119146640.1800.560.4379.7639.0541.18
Hex779240120382B502729
Octal16722210022070531204751
Binary11101111001001010000001001001110001010111010000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779240; }

 p { color: rgb(119,146,64); }

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

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

 a { background-color: rgb(119,146,64); }

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

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

 span { border-color: rgb(119,146,64); }

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