#7FA175

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

Shades of Amulet #7FA175

Tints of Amulet #7FA175

Color information

#7FA175 (or 0x7FA175) is unknown color: approx Amulet. HEX triplet: 7F, A1 and 75. RGB value is (127,161,117). Sum of RGB (Red+Green+Blue) = 127+161+117=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA175 is #805E8A. Grayscale: #919191. Windows color (decimal): -8412811 or 7709055. OLE color: 7709055.

HSL color Cylindrical-coordinate representation of color #7FA175: hue angle of 106.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA175 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB127161117-
CMYK0.2100.270.37
HSL106.36º18.97%54.51%-
HSV(B)106.36º27.33%63.14%-
XYZ24.7131.2921.57-
YUV145.82111.74114.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=31.36%
G=39.75%
B=28.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1271611170.2100.270.37106.3618.9754.51
Hex7FA1751501B256a1337
Octal17724116525033451522367
Binary111111110100001111010110101011011100101110101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,161,117); }

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

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

 a { background-color: rgb(127,161,117); }

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

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

 span { border-color: rgb(127,161,117); }

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