#77A53F

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

Shades of Sushi #77A53F

Tints of Sushi #77A53F

Color information

#77A53F (or 0x77A53F) is unknown color: approx Sushi. HEX triplet: 77, A5 and 3F. RGB value is (119,165,63). Sum of RGB (Red+Green+Blue) = 119+165+63=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #77A53F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A53F is #885AC0. Grayscale: #8B8B8B. Windows color (decimal): -8936129 or 4171127. OLE color: 4171127.

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

Color convert

RGB11916563-
CMYK0.2800.620.35
HSL87.06º44.74%44.71%-
HSV(B)87.06º61.82%64.71%-
XYZ21.9631.199.57-
YUV139.6284.76113.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 63 (25% from 255) = 18.16%
R=34.29%
G=47.55%
B=18.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119165630.2800.620.3587.0644.7444.71
Hex77A53F1C03E23572d2d
Octal1672457734076431275555
Binary1110111101001011111111110001111101000111010111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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