#7FAC72

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

Shades of Amulet #7FAC72

Tints of Amulet #7FAC72

Color information

#7FAC72 (or 0x7FAC72) is unknown color: approx Amulet. HEX triplet: 7F, AC and 72. RGB value is (127,172,114). Sum of RGB (Red+Green+Blue) = 127+172+114=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC72 is #80538D. Grayscale: #989898. Windows color (decimal): -8409998 or 7515263. OLE color: 7515263.

HSL color Cylindrical-coordinate representation of color #7FAC72: hue angle of 106.55º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FAC72 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB127172114-
CMYK0.2600.340.33
HSL106.55º25.89%56.08%-
HSV(B)106.55º33.72%67.45%-
XYZ26.5435.2321.32-
YUV151.93106.59110.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.75%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=30.75%
G=41.65%
B=27.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271721140.2600.340.33106.5525.8956.08
Hex7FAC721A022216b1a38
Octal17725416232042411533270
Binary1111111101011001110010110100100010100001110101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,172,114); }

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

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

 a { background-color: rgb(127,172,114); }

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

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

 span { border-color: rgb(127,172,114); }

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