#77AB76

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

Shades of Amulet #77AB76

Tints of Amulet #77AB76

Color information

#77AB76 (or 0x77AB76) is unknown color: approx Amulet. HEX triplet: 77, AB and 76. RGB value is (119,171,118). Sum of RGB (Red+Green+Blue) = 119+171+118=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AB76 is #885489. Grayscale: #959595. Windows color (decimal): -8934538 or 7777143. OLE color: 7777143.

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

Color convert

RGB119171118-
CMYK0.3000.310.33
HSL118.87º23.98%56.67%-
HSV(B)118.87º30.99%67.06%-
XYZ25.4434.3622.43-
YUV149.41110.27106.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=29.17%
G=41.91%
B=28.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191711180.3000.310.33118.8723.9856.67
Hex77AB761E01F21771839
Octal16725316636037411673071
Binary111011110101011111011011110011111100001111011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,171,118); }

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

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

 a { background-color: rgb(119,171,118); }

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

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

 span { border-color: rgb(119,171,118); }

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