#77A341

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

Shades of Sushi #77A341

Tints of Sushi #77A341

Color information

#77A341 (or 0x77A341) is unknown color: approx Sushi. HEX triplet: 77, A3 and 41. RGB value is (119,163,65). Sum of RGB (Red+Green+Blue) = 119+163+65=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #77A341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A341 is #885CBE. Grayscale: #8B8B8B. Windows color (decimal): -8936639 or 4301687. OLE color: 4301687.

HSL color Cylindrical-coordinate representation of color #77A341: hue angle of 86.94º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77A341 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB11916365-
CMYK0.2700.600.36
HSL86.94º42.98%44.71%-
HSV(B)86.94º60.12%63.92%-
XYZ21.6630.59.75-
YUV138.6786.42113.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=34.29%
G=46.97%
B=18.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119163650.2700.600.3686.9442.9844.71
Hex77A3411B03C24572b2d
Octal16724310133074441275355
Binary11101111010001110000011101101111001001001010111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A341; }

 p { color: rgb(119,163,65); }

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

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

 a { background-color: rgb(119,163,65); }

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

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

 span { border-color: rgb(119,163,65); }

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