#7FAC6C

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

Shades of Amulet #7FAC6C

Tints of Amulet #7FAC6C

Color information

#7FAC6C (or 0x7FAC6C) is unknown color: approx Amulet. HEX triplet: 7F, AC and 6C. RGB value is (127,172,108). Sum of RGB (Red+Green+Blue) = 127+172+108=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC6C is #805393. Grayscale: #979797. Windows color (decimal): -8410004 or 7122047. OLE color: 7122047.

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

Color convert

RGB127172108-
CMYK0.2600.370.33
HSL102.19º27.83%54.9%-
HSV(B)102.19º37.21%67.45%-
XYZ26.2135.119.58-
YUV151.25103.59110.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.20%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=31.20%
G=42.26%
B=26.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271721080.2600.370.33102.1927.8354.9
Hex7FAC6C1A02521661c37
Octal17725415432045411463467
Binary1111111101011001101100110100100101100001110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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