#779C38

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

Shades of Sushi #779C38

Tints of Sushi #779C38

Color information

#779C38 (or 0x779C38) is unknown color: approx Sushi. HEX triplet: 77, 9C and 38. RGB value is (119,156,56). Sum of RGB (Red+Green+Blue) = 119+156+56=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #779C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779C38 is #8863C7. Grayscale: #858585. Windows color (decimal): -8938440 or 3710071. OLE color: 3710071.

HSL color Cylindrical-coordinate representation of color #779C38: hue angle of 82.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #779C38 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB11915656-
CMYK0.2400.640.39
HSL82.2º47.17%41.57%-
HSV(B)82.2º64.1%61.18%-
XYZ20.2127.988.08-
YUV133.5484.24117.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=35.95%
G=47.13%
B=16.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119156560.2400.640.3982.247.1741.57
Hex779C381804027522f2a
Octal16723470300100471225752
Binary11101111001110011100011000010000001001111010010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,156,56); }

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

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

 a { background-color: rgb(119,156,56); }

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

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

 span { border-color: rgb(119,156,56); }

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