#7FA87C

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

Shades of Amulet #7FA87C

Tints of Amulet #7FA87C

Color information

#7FA87C (or 0x7FA87C) is unknown color: approx Amulet. HEX triplet: 7F, A8 and 7C. RGB value is (127,168,124). Sum of RGB (Red+Green+Blue) = 127+168+124=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA87C is #805783. Grayscale: #969696. Windows color (decimal): -8411012 or 8169599. OLE color: 8169599.

HSL color Cylindrical-coordinate representation of color #7FA87C: hue angle of 115.91º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FA87C is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB127168124-
CMYK0.2400.260.34
HSL115.91º20.18%57.25%-
HSV(B)115.91º26.19%65.88%-
XYZ26.3933.9724.24-
YUV150.72112.92111.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.31%
GREEN value IS 168 (66.02% from 255) = 40.10%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=30.31%
G=40.10%
B=29.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681240.2400.260.34115.9120.1857.25
Hex7FA87C1801A22741439
Octal17725017430032421642471
Binary111111110101000111110011000011010100010111010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,124); }

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

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

 a { background-color: rgb(127,168,124); }

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

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

 span { border-color: rgb(127,168,124); }

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