#77A965

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

Shades of Amulet #77A965

Tints of Amulet #77A965

Color information

#77A965 (or 0x77A965) is unknown color: approx Amulet. HEX triplet: 77, A9 and 65. RGB value is (119,169,101). Sum of RGB (Red+Green+Blue) = 119+169+101=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #77A965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A965 is #88569A. Grayscale: #929292. Windows color (decimal): -8935067 or 6662519. OLE color: 6662519.

HSL color Cylindrical-coordinate representation of color #77A965: hue angle of 104.12º 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 #77A965 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB119169101-
CMYK0.3000.400.34
HSL104.12º28.33%52.94%-
HSV(B)104.12º40.24%66.27%-
XYZ24.1433.2417.45-
YUV146.3102.44108.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=30.59%
G=43.44%
B=25.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191691010.3000.400.34104.1228.3352.94
Hex77A9651E02822681c35
Octal16725114536050421503465
Binary1110111101010011100101111100101000100010110100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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