#77A365

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

Shades of Amulet #77A365

Tints of Amulet #77A365

Color information

#77A365 (or 0x77A365) is unknown color: approx Amulet. HEX triplet: 77, A3 and 65. RGB value is (119,163,101). Sum of RGB (Red+Green+Blue) = 119+163+101=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #77A365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A365 is #885C9A. Grayscale: #8E8E8E. Windows color (decimal): -8936603 or 6660983. OLE color: 6660983.

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

Color convert

RGB119163101-
CMYK0.2700.380.36
HSL102.58º25.2%51.76%-
HSV(B)102.58º38.04%63.92%-
XYZ23.0531.0617.09-
YUV142.78104.42111.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 163 (64.06% from 255) = 42.56%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=31.07%
G=42.56%
B=26.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191631010.2700.380.36102.5825.251.76
Hex77A3651B02624671934
Octal16724314533046441473164
Binary1110111101000111100101110110100110100100110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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