#77A36D

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

Shades of Amulet #77A36D

Tints of Amulet #77A36D

Color information

#77A36D (or 0x77A36D) is unknown color: approx Amulet. HEX triplet: 77, A3 and 6D. RGB value is (119,163,109). Sum of RGB (Red+Green+Blue) = 119+163+109=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #77A36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A36D is #885C92. Grayscale: #8F8F8F. Windows color (decimal): -8936595 or 7185271. OLE color: 7185271.

HSL color Cylindrical-coordinate representation of color #77A36D: hue angle of 108.89º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77A36D is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB119163109-
CMYK0.2700.330.36
HSL108.89º22.69%53.33%-
HSV(B)108.89º33.13%63.92%-
XYZ23.4731.2219.26-
YUV143.69108.42110.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=30.43%
G=41.69%
B=27.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191631090.2700.330.36108.8922.6953.33
Hex77A36D1B021246d1735
Octal16724315533041441552765
Binary1110111101000111101101110110100001100100110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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