#77A865

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

Shades of Amulet #77A865

Tints of Amulet #77A865

Color information

#77A865 (or 0x77A865) is unknown color: approx Amulet. HEX triplet: 77, A8 and 65. RGB value is (119,168,101). Sum of RGB (Red+Green+Blue) = 119+168+101=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #77A865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A865 is #88579A. Grayscale: #919191. Windows color (decimal): -8935323 or 6662263. OLE color: 6662263.

HSL color Cylindrical-coordinate representation of color #77A865: hue angle of 103.88º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77A865 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB119168101-
CMYK0.2900.400.34
HSL103.88º27.8%52.75%-
HSV(B)103.88º39.88%65.88%-
XYZ23.9632.8717.39-
YUV145.71102.77108.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=30.67%
G=43.30%
B=26.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191681010.2900.400.34103.8827.852.75
Hex77A8651D02822681c35
Octal16725014535050421503465
Binary1110111101010001100101111010101000100010110100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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