#7FB171

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

Shades of Amulet #7FB171

Tints of Amulet #7FB171

Color information

#7FB171 (or 0x7FB171) is unknown color: approx Amulet. HEX triplet: 7F, B1 and 71. RGB value is (127,177,113). Sum of RGB (Red+Green+Blue) = 127+177+113=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB171 is #804E8E. Grayscale: #9A9A9A. Windows color (decimal): -8408719 or 7451007. OLE color: 7451007.

HSL color Cylindrical-coordinate representation of color #7FB171: hue angle of 106.88º 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 #7FB171 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB127177113-
CMYK0.2800.360.31
HSL106.88º29.09%56.86%-
HSV(B)106.88º36.16%69.41%-
XYZ27.4637.1521.35-
YUV154.75104.44108.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=30.46%
G=42.45%
B=27.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771130.2800.360.31106.8829.0956.86
Hex7FB1711C0241F6b1d39
Octal17726116134044371533571
Binary111111110110001111000111100010010011111110101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FB171; }

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

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

<style>
 a { background-color: #7FB171; }

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

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

<style>
 span { border-color: #7FB171; }

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

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