#77B171

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

Shades of Amulet #77B171

Tints of Amulet #77B171

Color information

#77B171 (or 0x77B171) is unknown color: approx Amulet. HEX triplet: 77, B1 and 71. RGB value is (119,177,113). Sum of RGB (Red+Green+Blue) = 119+177+113=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #77B171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B171 is #884E8E. Grayscale: #989898. Windows color (decimal): -8933007 or 7450999. OLE color: 7450999.

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

Color convert

RGB119177113-
CMYK0.3300.360.31
HSL114.38º29.09%56.86%-
HSV(B)114.38º36.16%69.41%-
XYZ26.3136.5621.29-
YUV152.36105.78104.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 177 (69.53% from 255) = 43.28%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=29.10%
G=43.28%
B=27.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191771130.3300.360.31114.3829.0956.86
Hex77B171210241F721d39
Octal16726116141044371623571
Binary1110111101100011110001100001010010011111111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,177,113); }

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

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

 a { background-color: rgb(119,177,113); }

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

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

 span { border-color: rgb(119,177,113); }

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