#77A16D

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

Shades of Amulet #77A16D

Tints of Amulet #77A16D

Color information

#77A16D (or 0x77A16D) is unknown color: approx Amulet. HEX triplet: 77, A1 and 6D. RGB value is (119,161,109). Sum of RGB (Red+Green+Blue) = 119+161+109=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #77A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A16D is #885E92. Grayscale: #8E8E8E. Windows color (decimal): -8937107 or 7184759. OLE color: 7184759.

HSL color Cylindrical-coordinate representation of color #77A16D: hue angle of 108.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77A16D is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB119161109-
CMYK0.2600.320.37
HSL108.46º21.67%52.94%-
HSV(B)108.46º32.3%63.14%-
XYZ23.1130.5219.14-
YUV142.51109.09111.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 161 (63.28% from 255) = 41.39%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=30.59%
G=41.39%
B=28.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191611090.2600.320.37108.4621.6752.94
Hex77A16D1A020256c1635
Octal16724115532040451542665
Binary1110111101000011101101110100100000100101110110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,161,109); }

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

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

 a { background-color: rgb(119,161,109); }

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

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

 span { border-color: rgb(119,161,109); }

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