#779E2C

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

Shades of Sushi #779E2C

Tints of Sushi #779E2C

Color information

#779E2C (or 0x779E2C) is unknown color: approx Sushi. HEX triplet: 77, 9E and 2C. RGB value is (119,158,44). Sum of RGB (Red+Green+Blue) = 119+158+44=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #779E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E2C is #8861D3. Grayscale: #858585. Windows color (decimal): -8937940 or 2924151. OLE color: 2924151.

HSL color Cylindrical-coordinate representation of color #779E2C: hue angle of 80.53º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #779E2C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB11915844-
CMYK0.2500.720.38
HSL80.53º56.44%39.61%-
HSV(B)80.53º72.15%61.96%-
XYZ20.2928.566.83-
YUV133.3477.58117.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=37.07%
G=49.22%
B=13.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119158440.2500.720.3880.5356.4439.61
Hex779E2C1904826513828
Octal16723654310110461217050
Binary11101111001111010110011001010010001001101010001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,158,44); }

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

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

 a { background-color: rgb(119,158,44); }

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

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

 span { border-color: rgb(119,158,44); }

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