#77AD74

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

Shades of Amulet #77AD74

Tints of Amulet #77AD74

Color information

#77AD74 (or 0x77AD74) is unknown color: approx Amulet. HEX triplet: 77, AD and 74. RGB value is (119,173,116). Sum of RGB (Red+Green+Blue) = 119+173+116=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AD74 is #88528B. Grayscale: #969696. Windows color (decimal): -8934028 or 7646583. OLE color: 7646583.

HSL color Cylindrical-coordinate representation of color #77AD74: hue angle of 116.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77AD74 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB119173116-
CMYK0.3100.330.32
HSL116.84º25.79%56.67%-
HSV(B)116.84º32.95%67.84%-
XYZ25.735.0721.94-
YUV150.36108.61105.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 173 (67.97% from 255) = 42.40%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=29.17%
G=42.40%
B=28.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191731160.3100.330.32116.8425.7956.67
Hex77AD741F02120751a39
Octal16725516437041401653271
Binary1110111101011011110100111110100001100000111010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,173,116); }

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

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

 a { background-color: rgb(119,173,116); }

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

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

 span { border-color: rgb(119,173,116); }

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