#77A43A

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

Shades of Sushi #77A43A

Tints of Sushi #77A43A

Color information

#77A43A (or 0x77A43A) is unknown color: approx Sushi. HEX triplet: 77, A4 and 3A. RGB value is (119,164,58). Sum of RGB (Red+Green+Blue) = 119+164+58=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #77A43A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A43A is #885BC5. Grayscale: #8A8A8A. Windows color (decimal): -8936390 or 3843191. OLE color: 3843191.

HSL color Cylindrical-coordinate representation of color #77A43A: hue angle of 85.47º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77A43A is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB11916458-
CMYK0.2700.650.36
HSL85.47º47.75%43.53%-
HSV(B)85.47º64.63%64.31%-
XYZ21.6530.788.8-
YUV138.4682.59114.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 164 (64.45% from 255) = 48.09%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=34.90%
G=48.09%
B=17.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119164580.2700.650.3685.4747.7543.53
Hex77A43A1B0412455302c
Octal16724472330101441256054
Binary11101111010010011101011011010000011001001010101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,58); }

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

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

 a { background-color: rgb(119,164,58); }

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

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

 span { border-color: rgb(119,164,58); }

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