#77A53A

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

Shades of Sushi #77A53A

Tints of Sushi #77A53A

Color information

#77A53A (or 0x77A53A) is unknown color: approx Sushi. HEX triplet: 77, A5 and 3A. RGB value is (119,165,58). Sum of RGB (Red+Green+Blue) = 119+165+58=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #77A53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A53A is #885AC5. Grayscale: #8B8B8B. Windows color (decimal): -8936134 or 3843447. OLE color: 3843447.

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

Color convert

RGB11916558-
CMYK0.2800.650.35
HSL85.79º47.98%43.73%-
HSV(B)85.79º64.85%64.71%-
XYZ21.8331.148.86-
YUV139.0582.26113.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 165 (64.84% from 255) = 48.25%
BLUE value IS 58 (23.05% from 255) = 16.96%
R=34.80%
G=48.25%
B=16.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119165580.2800.650.3585.7947.9843.73
Hex77A53A1C0412356302c
Octal16724572340101431266054
Binary11101111010010111101011100010000011000111010110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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