#7FA075

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

Shades of Amulet #7FA075

Tints of Amulet #7FA075

Color information

#7FA075 (or 0x7FA075) is unknown color: approx Amulet. HEX triplet: 7F, A0 and 75. RGB value is (127,160,117). Sum of RGB (Red+Green+Blue) = 127+160+117=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA075 is #805F8A. Grayscale: #919191. Windows color (decimal): -8413067 or 7708799. OLE color: 7708799.

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

Color convert

RGB127160117-
CMYK0.2100.270.37
HSL106.05º18.45%54.31%-
HSV(B)106.05º26.88%62.75%-
XYZ24.5330.9421.51-
YUV145.23112.07115-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 160 (62.89% from 255) = 39.60%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=31.44%
G=39.60%
B=28.96%

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
Decimal1271601170.2100.270.37106.0518.4554.31
Hex7FA0751501B256a1236
Octal17724016525033451522266
Binary111111110100000111010110101011011100101110101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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