#77A973

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

Shades of Amulet #77A973

Tints of Amulet #77A973

Color information

#77A973 (or 0x77A973) is unknown color: approx Amulet. HEX triplet: 77, A9 and 73. RGB value is (119,169,115). Sum of RGB (Red+Green+Blue) = 119+169+115=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #77A973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A973 is #88568C. Grayscale: #949494. Windows color (decimal): -8935053 or 7580023. OLE color: 7580023.

HSL color Cylindrical-coordinate representation of color #77A973: hue angle of 115.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77A973 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB119169115-
CMYK0.3000.320.34
HSL115.56º23.89%55.69%-
HSV(B)115.56º31.95%66.27%-
XYZ24.8933.5421.38-
YUV147.89109.44107.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=29.53%
G=41.94%
B=28.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191691150.3000.320.34115.5623.8955.69
Hex77A9731E02022741838
Octal16725116336040421643070
Binary1110111101010011110011111100100000100010111010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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